Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devbeno/traefik
https://github.com/devbeno/traefik
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/devbeno/traefik
- Owner: devbeno
- Created: 2022-07-10T01:59:34.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-10T02:01:02.000Z (over 2 years ago)
- Last Synced: 2024-05-10T23:09:54.200Z (8 months 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)