traefik/README.md

506 B

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