From ba65f0609ae808e4f787bd8f6ba6e736fca17b68 Mon Sep 17 00:00:00 2001 From: kovagoadi Date: Thu, 25 Dec 2025 21:07:07 +0100 Subject: [PATCH] chore: remove staging/dev routing configuration and associated extra host entries --- docker-compose.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index 85082da..92316b8 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -21,9 +21,9 @@ services: - "--certificatesResolvers.letsencrypt.acme.caServer=${CERTBOT_CA_RESOLVER}" - "${TRAEFIK_LEGACY_OPT:-}" - "--providers.file.watch=true" - extra_hosts: - - "staging:${STAGING_IP:-192.168.1.85}" - - "webserver:${LEGACY_IP:-192.168.1.85}" + # extra_hosts: + # - "staging:${STAGING_IP:-192.168.1.85}" + # - "webserver:${LEGACY_IP:-192.168.1.85}" ports: - "${PORT}:80" - "${HTTPS_PORT}:443"