Update labels for traefik

This commit is contained in:
2025-07-24 20:55:12 +05:30
parent ff4773947c
commit 9053dc8098
4 changed files with 10 additions and 10 deletions

View File

@@ -6,7 +6,7 @@ services:
labels:
- traefik.enable=true
- traefik.http.routers.mazanoke.rule=Host(`${TRAEFIK_DOMAIN}`)
- traefik.http.routers.mazanoke.entrypoints=websecure
- traefik.http.routers.mazanoke.entrypoints=${TRAEFIK_ENTRYPOINT}
- traefik.http.services.mazanoke.loadbalancer.server.port=80
ports:
- ${PORT}:80