Skip to content
Snippets Groups Projects
Commit 01a422df authored by Charlotte Hausman's avatar Charlotte Hausman
Browse files

undo network changes

parent e8778775
No related branches found
No related tags found
2 merge requests!1452Merge 2.8.2 to main,!1396changes for local builds
Pipeline #10375 canceled
......@@ -20,14 +20,14 @@ server {
location /workflows {
proxy_pass http://${ENV_HOST}:3456;
proxy_redirect default;
proxy_redirect http://${ENV_HOST}:3456 /workflows;
proxy_set_header Host $http_host;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
}
location /notify {
proxy_pass http://${ENV_HOST}:3458;
proxy_redirect default;
proxy_redirect http://${ENV_HOST}:3458 /notify;
proxy_set_header Host $http_host;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
}
......
......@@ -13,9 +13,10 @@ services:
- LOCAL_OR_SERVER_PEX="server-pex"
- DEPLOY_ENV=${ENV}
ports:
- "3456:3456"
networks:
- host
- target: 3456
published: 3456
protocol: tcp
mode: host
environment:
CAPO_PATH: /home/casa/capo
CAPO_PROFILE: dsoc-${ENV}
......@@ -98,9 +99,10 @@ services:
- WS_VERSION=${WS_VERSION}
- DEPLOY_ENV=${ENV}
ports:
- "3458:3458"
networks:
- host
- target: 3458
published: 3458
protocol: tcp
mode: host
environment:
CAPO_PATH: /home/casa/capo
CAPO_PROFILE: dsoc-${ENV}
......@@ -161,10 +163,5 @@ services:
parallelism: 0
order: stop-first
networks:
host:
external: true
name: host
volumes:
condor:
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment