Added explicit rule and port

This commit is contained in:
Viswamedha Nalabotu 2026-02-26 12:24:44 +00:00
parent dd636aa227
commit fe745c9ff0

View file

@ -10,7 +10,8 @@ services:
- "traefik.http.routers.fyp-web.entrypoints=${DJANGO_ENTRYPOINT}" - "traefik.http.routers.fyp-web.entrypoints=${DJANGO_ENTRYPOINT}"
- "traefik.http.routers.fyp-web.tls.certresolver=${CERTRESOLVER}" - "traefik.http.routers.fyp-web.tls.certresolver=${CERTRESOLVER}"
- "traefik.http.routers.fyp-web.tls=true" - "traefik.http.routers.fyp-web.tls=true"
- "traefik.http.services.fyp-web.loadbalancer.server.port=${DJANGO_PORT}" - "traefik.http.services.fyp-web.loadbalancer.server.port=8000"
- "traefik.docker.network=proxy"
- "com.centurylinklabs.watchtower.enable=true" - "com.centurylinklabs.watchtower.enable=true"
- "com.centurylinklabs.watchtower.scope=fyp" - "com.centurylinklabs.watchtower.scope=fyp"
volumes: volumes: