Add LEGACY_NETWORK variable to environment files (#13)
All checks were successful
Remote Deployment Pipeline / Prepare Context (push) Successful in 3s
Remote Deployment Pipeline / Deploy (Staging) (push) Successful in 55s
Remote Deployment Pipeline / Deploy (Dev/Preview) (push) Has been skipped
Remote Deployment Pipeline / Cleanup Preview (push) Has been skipped
Remote Deployment Pipeline / Deploy (Production) (push) Successful in 10m47s

Reviewed-on: #13
Co-authored-by: kovagoadi <kovagoadi@gmail.com>
Co-committed-by: kovagoadi <kovagoadi@gmail.com>
This commit is contained in:
2025-11-29 19:41:51 +01:00
committed by kovagoadi
parent 17deabc0e9
commit a12904d7a6
3 changed files with 117 additions and 175 deletions

View File

@@ -6,7 +6,6 @@ services:
- no-new-privileges:true
networks:
- proxy
- legacy-nginx
command:
- "--providers.docker=true"
- "--providers.docker.exposedbydefault=false"
@@ -27,7 +26,7 @@ services:
- "8080"
volumes:
- "/var/run/docker.sock:/var/run/docker.sock:ro"
- "./data/letsencrypt:/letsencrypt"
- "letsencrypt:/letsencrypt"
- "./${ENV}/forward-to-legacy-nginx.yaml:/etc/traefik/forward-to-legacy-nginx.yaml"
whoami:
@@ -45,7 +44,4 @@ services:
- traefik.http.routers.https.tls=true
- traefik.http.routers.https.tls.certresolver=letsencrypt
networks:
proxy:
legacy-nginx:
name: proxy
external: true
proxy: