Move all configs to the config volume
This commit is contained in:
@@ -23,9 +23,6 @@ services:
|
||||
- docker
|
||||
volumes:
|
||||
- traefik_config:/etc/traefik/
|
||||
configs:
|
||||
- source: traefik_config
|
||||
target: /etc/traefik/traefik.yml
|
||||
depends_on:
|
||||
- docker
|
||||
restart: unless-stopped
|
||||
@@ -80,10 +77,6 @@ volumes:
|
||||
labels:
|
||||
nas-compose.boostrap: true
|
||||
|
||||
configs:
|
||||
traefik_config:
|
||||
file: ${SERVICES_DIR?}/traefik/configs/traefik.yml
|
||||
|
||||
secrets:
|
||||
portainer_password:
|
||||
file: ${SERVICES_DIR?}/portainer/secrets/portainer_password
|
||||
|
||||
Reference in New Issue
Block a user