forked from coop-cloud/traefik
1837f4e8d1f35e86d0ae8984576b47827d0ef197
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
Languages
YAML
100%