Edge router that makes publishing your services a fun and easy experience
Go to file
Christian Galo b83ace2588 name attribute in secrets unnecessary. 2023-08-14 05:14:18 +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 rename branch, quick edit readme 2023-08-14 03:18:59 +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 a 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^C

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

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