https://github.com/devbeno/traefik
https://github.com/devbeno/traefik
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/devbeno/traefik
- Owner: devbeno
- Created: 2022-07-10T01:59:34.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-10T02:01:02.000Z (almost 4 years ago)
- Last Synced: 2025-03-02T09:26:51.611Z (over 1 year ago)
- Language: Shell
- Size: 1000 Bytes
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Traefik image for devbens Platform
This extends `traefik:v2.4.8` with `openssh`.
Passing an environment variable `ROOT_PRIVATE_KEY` as allows Traefik to connect
to a Docker daemon [via SSH](https://doc.traefik.io/traefik/providers/docker/).
## Makefile commands:
```
make update
make build
make push
make shell
```
## Related Repositories
- [devbens/platform](https://github.com/devbens/platform)