Fixing this
Some checks failed
Remote Deployment Pipeline / Prepare Context (pull_request) Successful in 4s
Remote Deployment Pipeline / Deploy (Staging) (pull_request) Has been skipped
Remote Deployment Pipeline / Deploy (Pre-Prod) (pull_request) Failing after 1m11s
Remote Deployment Pipeline / Deploy (Dev/Preview) (pull_request) Successful in 51s
Remote Deployment Pipeline / Cleanup Preview (pull_request) Has been skipped
Remote Deployment Pipeline / Deploy (Production) (pull_request) Has been skipped
Some checks failed
Remote Deployment Pipeline / Prepare Context (pull_request) Successful in 4s
Remote Deployment Pipeline / Deploy (Staging) (pull_request) Has been skipped
Remote Deployment Pipeline / Deploy (Pre-Prod) (pull_request) Failing after 1m11s
Remote Deployment Pipeline / Deploy (Dev/Preview) (pull_request) Successful in 51s
Remote Deployment Pipeline / Cleanup Preview (pull_request) Has been skipped
Remote Deployment Pipeline / Deploy (Production) (pull_request) Has been skipped
This commit is contained in:
@@ -3,11 +3,11 @@ services:
|
||||
networks:
|
||||
- proxy
|
||||
- legacy-nginx
|
||||
- prod-network
|
||||
- shared-network
|
||||
networks:
|
||||
legacy-nginx:
|
||||
name: proxy
|
||||
external: true
|
||||
prod-network:
|
||||
name: prod_proxy
|
||||
shared-network:
|
||||
name: prod_shared-network
|
||||
external: true
|
||||
@@ -3,7 +3,10 @@ services:
|
||||
networks:
|
||||
- proxy
|
||||
- legacy-nginx
|
||||
- shared-network
|
||||
networks:
|
||||
legacy-nginx:
|
||||
name: proxy
|
||||
external: true
|
||||
shared-network:
|
||||
external: false
|
||||
@@ -51,5 +51,8 @@ services:
|
||||
- traefik.http.routers.https.tls.certresolver=letsencrypt
|
||||
networks:
|
||||
proxy:
|
||||
shared_network:
|
||||
name: prod_shared-network
|
||||
external: true
|
||||
volumes:
|
||||
letsencrypt:
|
||||
@@ -11,7 +11,8 @@ http:
|
||||
dev-staging:
|
||||
loadBalancer:
|
||||
servers:
|
||||
- url: "http://staging:8080"
|
||||
# - url: "http://staging-traefik-1:8080"
|
||||
- url: "http://staging-traefik-1:80"
|
||||
|
||||
tcp:
|
||||
routers:
|
||||
@@ -30,4 +31,5 @@ tcp:
|
||||
loadBalancer:
|
||||
servers:
|
||||
# Note: Ensure Traefik trusts the cert at .85 or set insecureSkipVerify
|
||||
- address: "staging:445"
|
||||
# - address: "staging-traefik-1:445"
|
||||
- address: "staging-traefik-1:443"
|
||||
Reference in New Issue
Block a user