Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/devbeno/traefik


https://github.com/devbeno/traefik

Last synced: about 1 month ago
JSON representation

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)