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
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:
@@ -3,10 +3,14 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
- proxy
|
- proxy
|
||||||
- staging-network
|
- staging-network
|
||||||
|
- shared_network
|
||||||
networks:
|
networks:
|
||||||
legacy-nginx:
|
legacy-nginx:
|
||||||
name: proxy
|
name: proxy
|
||||||
external: true
|
external: true
|
||||||
staging-network:
|
staging-network:
|
||||||
name: staging_proxy
|
name: staging_proxy
|
||||||
|
external: true
|
||||||
|
shared_network:
|
||||||
|
name: prod_shared-network
|
||||||
external: true
|
external: true
|
||||||
@@ -6,7 +6,6 @@ services:
|
|||||||
- no-new-privileges:true
|
- no-new-privileges:true
|
||||||
networks:
|
networks:
|
||||||
- proxy
|
- proxy
|
||||||
- shared_network
|
|
||||||
command:
|
command:
|
||||||
- "--providers.docker=true"
|
- "--providers.docker=true"
|
||||||
- "--providers.docker.exposedbydefault=false"
|
- "--providers.docker.exposedbydefault=false"
|
||||||
@@ -52,8 +51,5 @@ services:
|
|||||||
- traefik.http.routers.https.tls.certresolver=letsencrypt
|
- traefik.http.routers.https.tls.certresolver=letsencrypt
|
||||||
networks:
|
networks:
|
||||||
proxy:
|
proxy:
|
||||||
shared_network:
|
|
||||||
name: prod_shared-network
|
|
||||||
external: true
|
|
||||||
volumes:
|
volumes:
|
||||||
letsencrypt:
|
letsencrypt:
|
||||||
Reference in New Issue
Block a user