Update labels for traefik v2

This commit is contained in:
2025-07-24 21:12:08 +05:30
parent 9053dc8098
commit 65bb741cea
5 changed files with 8 additions and 8 deletions

View File

@@ -6,7 +6,7 @@ services:
labels:
- traefik.enable=true
- traefik.http.routers.syncyomi.rule=Host(`${TRAEFIK_DOMAIN}`)
- traefik.http.routers.syncyomi.entrypoints=websecure-external
- traefik.http.routers.syncyomi.entrypoints=${TRAEFIK_ENTRYPOINT}
- traefik.http.services.syncyomi.loadbalancer.server.port=8282
environment:
- TZ=${TZ}