change network to variable for csv
Some checks are pending
PVE2 Infrastructure Deploy / terraform (push) Waiting to run
Some checks are pending
PVE2 Infrastructure Deploy / terraform (push) Waiting to run
This commit is contained in:
parent
430f367d0c
commit
d219d5041c
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ services:
|
|||
# REMOVED: --api.insecure=true (We will route the dashboard securely via Traefik labels instead)
|
||||
- "--providers.docker=true"
|
||||
- "--providers.docker.exposedbydefault=false"
|
||||
- "--providers.docker.network=${HOME_EXT_NETWORK},${DNS_EXT_NETWORK}" # Ensure these are correct!
|
||||
- "--providers.docker.network=${$REQUIRED_NETWORKS}" # Ensure these are correct!
|
||||
- "--providers.file.directory=/etc/traefik/dynamic"
|
||||
- "--providers.file.watch=true"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue