Refactoredshared_network configuration
All checks were successful
Remote Deployment Pipeline / Prepare Context (pull_request) Successful in 5m47s
Remote Deployment Pipeline / Deploy (Staging) (pull_request) Has been skipped
Remote Deployment Pipeline / Deploy (Dev/Preview) (pull_request) Has been skipped
Remote Deployment Pipeline / Deploy (Pre-Prod) (pull_request) Has been skipped
Remote Deployment Pipeline / Cleanup Preview (pull_request) Successful in 13s
Remote Deployment Pipeline / Deploy (Production) (pull_request) Has been skipped

This commit is contained in:
2026-05-08 20:51:15 +02:00
parent bcb28d45f6
commit da537fddf6
2 changed files with 4 additions and 4 deletions

View File

@@ -3,10 +3,14 @@ services:
networks:
- proxy
- staging-network
- shared_network
networks:
legacy-nginx:
name: proxy
external: true
staging-network:
name: staging_proxy
external: true
shared_network:
name: prod_shared-network
external: true

View File

@@ -6,7 +6,6 @@ services:
- no-new-privileges:true
networks:
- proxy
- shared_network
command:
- "--providers.docker=true"
- "--providers.docker.exposedbydefault=false"
@@ -52,8 +51,5 @@ services:
- traefik.http.routers.https.tls.certresolver=letsencrypt
networks:
proxy:
shared_network:
name: prod_shared-network
external: true
volumes:
letsencrypt: