feat: move acme out of repo
This commit is contained in:
parent
3de891d537
commit
3e79b8ee95
2 changed files with 2 additions and 1 deletions
1
services/traefik/.env
Normal file
1
services/traefik/.env
Normal file
|
@ -0,0 +1 @@
|
|||
CONFIG_ROOT=${APP_STORAGE_ROOT:-.}/traefik
|
|
@ -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:
|
||||
|
|
Reference in a new issue