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

poke networking again

parent 65bf9b9e
No related branches found
No related tags found
2 merge requests!1452Merge 2.8.2 to main,!1396changes for local builds
Pipeline #10372 passed
...@@ -13,10 +13,9 @@ services: ...@@ -13,10 +13,9 @@ services:
- LOCAL_OR_SERVER_PEX="server-pex" - LOCAL_OR_SERVER_PEX="server-pex"
- DEPLOY_ENV=${ENV} - DEPLOY_ENV=${ENV}
ports: ports:
- target: 3456 - "3456:3456"
published: 3456 networks:
protocol: tcp - host
mode: host
environment: environment:
CAPO_PATH: /home/casa/capo CAPO_PATH: /home/casa/capo
CAPO_PROFILE: dsoc-${ENV} CAPO_PROFILE: dsoc-${ENV}
...@@ -99,10 +98,9 @@ services: ...@@ -99,10 +98,9 @@ services:
- WS_VERSION=${WS_VERSION} - WS_VERSION=${WS_VERSION}
- DEPLOY_ENV=${ENV} - DEPLOY_ENV=${ENV}
ports: ports:
- target: 3458 - "3458:3458"
published: 3458 networks:
protocol: tcp - host
mode: host
environment: environment:
CAPO_PATH: /home/casa/capo CAPO_PATH: /home/casa/capo
CAPO_PROFILE: dsoc-${ENV} CAPO_PROFILE: dsoc-${ENV}
...@@ -163,5 +161,10 @@ services: ...@@ -163,5 +161,10 @@ services:
parallelism: 0 parallelism: 0
order: stop-first order: stop-first
networks:
host:
external: true
name: host
volumes: volumes:
condor: 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