The base branch coop-cloud/traefik:master has new changes
Christian Galo 1837f4e8d1 readme typo
2023-10-16 23:21:44 +00:00
2023-07-27 23:22:48 +00:00
2020-06-17 08:30:44 +02:00
2023-10-16 23:21:44 +00:00

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
Description
Edge router that makes publishing your services a fun and easy experience
Readme 392 KiB
Languages
YAML 100%