Merge pull request 'Refactoredshared_network configuration' (#55) from refactore-shared_network-config into main
Some checks failed
Remote Deployment Pipeline / Prepare Context (push) Successful in 2s
Remote Deployment Pipeline / Deploy (Staging) (push) Successful in 1m35s
Remote Deployment Pipeline / Deploy (Dev/Preview) (push) Has been skipped
Remote Deployment Pipeline / Cleanup Preview (push) Has been skipped
Remote Deployment Pipeline / Deploy (Pre-Prod) (push) Failing after 1m32s
Remote Deployment Pipeline / Deploy (Production) (push) Has been skipped

Reviewed-on: #55
This commit is contained in:
2026-05-08 20:56:38 +02:00
2 changed files with 4 additions and 4 deletions

View File

@@ -3,6 +3,7 @@ services:
networks:
- proxy
- staging-network
- shared_network
networks:
legacy-nginx:
name: proxy
@@ -10,3 +11,6 @@ networks:
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: