Fix syncthing labels

This commit is contained in:
Jean Froment 2022-02-14 10:49:08 +01:00
parent 79a5df6980
commit c3a20d0264
1 changed files with 4 additions and 2 deletions

View File

@ -19,9 +19,11 @@ services:
- "traefik.enable=true" - "traefik.enable=true"
- "traefik.http.routers.syncthing.rule=Host(`syncthing.${TRAEFIK_DOMAIN}`)" - "traefik.http.routers.syncthing.rule=Host(`syncthing.${TRAEFIK_DOMAIN}`)"
- "traefik.http.routers.syncthing.middlewares=common-auth@file" - "traefik.http.routers.syncthing.middlewares=common-auth@file"
- "traefik.http.services.syncthing-seedbox.loadbalancer.server.port=8384" - "traefik.http.routers.syncthing.service=syncthing"
- "traefik.http.services.syncthing.loadbalancer.server.port=8384"
- "traefik.http.routers.synchro.rule=Host(`synchro.${TRAEFIK_DOMAIN}`)" - "traefik.http.routers.synchro.rule=Host(`synchro.${TRAEFIK_DOMAIN}`)"
- "traefik.http.services.synchro-seedbox.loadbalancer.server.port=22000" - "traefik.http.routers.synchro.service=synchro"
- "traefik.http.services.synchro.loadbalancer.server.port=22000"
volumes: volumes:
configsyncthing: configsyncthing: