Edge router that makes publishing your services a fun and easy experience
Go to file
Christian Galo 1837f4e8d1 readme typo 2023-10-16 23:21:44 +00:00
.gitignore gitignore env file 2023-07-27 23:22:48 +00:00
LICENSE Add LICENSE 2020-06-17 08:30:44 +02:00
README.md readme typo 2023-10-16 23:21:44 +00:00
compose.googledomains.yaml name attribute in secrets unnecessary. 2023-08-14 05:14:18 +00:00
compose.yaml default@file tls option label for router removed. 2023-08-07 06:51:41 +00:00
file-provider.yaml.tmpl default@file tls option label for router removed. 2023-08-07 06:51:41 +00:00
traefik.yaml.tmpl yml to yaml. Removed DNS challenge enable env var. 2023-08-05 01:26:05 +00:00

README.md

Traefik

Wiki Cafe's configuration for a traefik deployment. Originally slimmed down from an abra recipe by Co-op Cloud.

Deploying the app with Docker Swarm

Set the environment variables from the .env file during the shell session.

set -a && source .env && set +a

Set the secrets.

printf "SECRET_HERE" | docker secret create SECRET_NAME -

Deploy using the -c flag to specify multiple compose files.

docker stack deploy traefik -c compose.yaml -c compose.googledomains.yaml