Update README

This commit is contained in:
Christian Galo 2023-08-13 01:54:58 +00:00
parent 8de070c41f
commit 48fbea8806
1 changed files with 17 additions and 1 deletions

View File

@ -1,3 +1,19 @@
# Traefik
Wiki Cafe's customized `abra` recipe for traefik.
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
```