diff --git a/README.md b/README.md index 083cbd8..b56f7d3 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,19 @@ # Traefik -Wiki Cafe's customized `abra` recipe for traefik. \ No newline at end of file +Wiki Cafe's configuration for a traefik deployment. Originally slimmed down from a `abra` [recipe](https://git.coopcloud.tech/coop-cloud/traefik) by [Co-op Cloud](https://coopcloud.tech/). + + +## 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 +```