Stop using TLS folder

This commit is contained in:
Colin Hebert
2022-12-31 16:47:38 +01:00
parent e43c8f9b91
commit 407053e5f9

View File

@@ -22,7 +22,6 @@ services:
- docker
volumes:
- traefik_dynamic_config:/etc/traefik/dynamic/
- traefik_tls:/etc/traefik/tls/
configs:
- source: traefik_config
target: /etc/traefik/traefik.yml
@@ -83,13 +82,6 @@ volumes:
device: ${SERVICES_DIR?}/traefik/volumes/config/
labels:
nas-compose.boostrap: true
traefik_tls:
driver_opts:
type: none
o: bind
device: ${SERVICES_DIR?}/traefik/volumes/tls/
labels:
nas-compose.boostrap: true
configs:
traefik_config: