fix-pipeline-fail #27

Merged
kovagoadi merged 2 commits from fix-pipeline-fail into main 2025-12-25 21:13:48 +01:00
Showing only changes of commit ba65f0609a - Show all commits

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"