From fe745c9ff02e2ca8f41cbd74b5cedd63dbe82251 Mon Sep 17 00:00:00 2001 From: Viswamedha Nalabotu Date: Thu, 26 Feb 2026 12:24:44 +0000 Subject: [PATCH] Added explicit rule and port --- compose/prod/docker-compose.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/compose/prod/docker-compose.yml b/compose/prod/docker-compose.yml index 33fb071..2f13c07 100644 --- a/compose/prod/docker-compose.yml +++ b/compose/prod/docker-compose.yml @@ -10,7 +10,8 @@ services: - "traefik.http.routers.fyp-web.entrypoints=${DJANGO_ENTRYPOINT}" - "traefik.http.routers.fyp-web.tls.certresolver=${CERTRESOLVER}" - "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.scope=fyp" volumes: