From 542b26f8d76da3b6257f9513bd184c7d1e33c42b Mon Sep 17 00:00:00 2001 From: Viswamedha Nalabotu Date: Mon, 10 Nov 2025 15:56:46 +0000 Subject: [PATCH] Modified router name --- compose/prod/docker-compose.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/compose/prod/docker-compose.yml b/compose/prod/docker-compose.yml index 90c0e34..fc1d976 100644 --- a/compose/prod/docker-compose.yml +++ b/compose/prod/docker-compose.yml @@ -9,9 +9,9 @@ services: replicas: ${REPLICAS} labels: - "traefik.enable=true" - - "traefik.http.routers.web-fishy.rule=Host(`${DOMAIN}`)" - - "traefik.http.routers.web-fishy.entrypoints=${ENTRYPOINT}" - - "traefik.http.routers.web-fishy.tls.certresolver=${CERTRESOLVER}" + - "traefik.http.routers.fyp-web.rule=Host(`${DOMAIN}`)" + - "traefik.http.routers.fyp-web.entrypoints=${ENTRYPOINT}" + - "traefik.http.routers.fyp-web.tls.certresolver=${CERTRESOLVER}" - "com.centurylinklabs.watchtower.enable=true" networks: - proxy