feat: move acme out of repo

This commit is contained in:
Marc 2022-12-11 13:57:08 -05:00
parent 3de891d537
commit 3e79b8ee95
Signed by: marc
GPG key ID: 048E042F22B5DC79
2 changed files with 2 additions and 1 deletions

1
services/traefik/.env Normal file
View file

@ -0,0 +1 @@
CONFIG_ROOT=${APP_STORAGE_ROOT:-.}/traefik

View file

@ -11,7 +11,7 @@ services:
- /var/run/docker.sock:/var/run/docker.sock
- ./traefik.toml:/traefik.toml
- ./traefik_dynamic.toml:/traefik_dynamic.toml
- ./acme.json:/acme.json
- {CONFIG_ROOT}/acme.json:/acme.json
networks:
default: