Rename 'traefik' service proxy

This commit is contained in:
Colin Hebert
2023-01-20 17:28:14 +01:00
parent dcbaa9a8bb
commit efac894fc5
12 changed files with 10 additions and 10 deletions

View File

@@ -18,6 +18,6 @@ networks:
configs:
traefik_synology:
file: ${NASCOMPOSE_SERVICES?}/configs/traefik/dynamic/synology.yml
file: ${NASCOMPOSE_SERVICES?}/proxy/configs/dynamic/synology.yml
traefik_portainer:
file: ${NASCOMPOSE_SERVICES?}/configs/traefik/dynamic/portainer.yml
file: ${NASCOMPOSE_SERVICES?}/proxy/configs/dynamic/portainer.yml

View File

@@ -39,20 +39,20 @@ networks:
configs:
traefik_static:
file: ${NASCOMPOSE_SERVICES?}/traefik/configs/traefik.yml
file: ${NASCOMPOSE_SERVICES?}/proxy/configs/traefik.yml
traefik_dynamic:
file: ${NASCOMPOSE_SERVICES?}/traefik/configs/dynamic/traefik.yml
file: ${NASCOMPOSE_SERVICES?}/proxy/configs/dynamic/traefik.yml
traefik_tls:
file: ${NASCOMPOSE_SERVICES?}/traefik/configs/dynamic/tls.yml
file: ${NASCOMPOSE_SERVICES?}/proxy/configs/dynamic/tls.yml
traefik_hsts:
file: ${NASCOMPOSE_SERVICES?}/traefik/configs/dynamic/hsts.yml
file: ${NASCOMPOSE_SERVICES?}/proxy/configs/dynamic/hsts.yml
traefik_authelia:
file: ${NASCOMPOSE_SERVICES?}/traefik/configs/dynamic/authelia.yml
file: ${NASCOMPOSE_SERVICES?}/proxy/configs/dynamic/authelia.yml
traefik_transmission-api:
file: ${NASCOMPOSE_SERVICES?}/traefik/configs/dynamic/transmission-api.yml
file: ${NASCOMPOSE_SERVICES?}/proxy/configs/dynamic/transmission-api.yml
secrets:
traefik_tls_cert:
file: ${NASCOMPOSE_SERVICES?}/traefik/secrets/traefik.cert
file: ${NASCOMPOSE_SERVICES?}/proxy/secrets/traefik.cert
traefik_tls_key:
file: ${NASCOMPOSE_SERVICES?}/traefik/secrets/traefik.key
file: ${NASCOMPOSE_SERVICES?}/proxy/secrets/traefik.key