chore: remove staging/dev routing configuration and associated extra host entries

This commit is contained in:
2025-12-25 21:07:07 +01:00
parent 38ed72b6de
commit ba65f0609a

View File

@@ -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"