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