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

poke networking again

parent 00c90944
No related branches found
Tags end-of-sprint-28
2 merge requests!1452Merge 2.8.2 to main,!1396changes for local builds
Pipeline #10380 passed
......@@ -13,10 +13,9 @@ services:
- LOCAL_OR_SERVER_PEX="server-pex"
- DEPLOY_ENV=${ENV}
ports:
- target: 3456
published: 3456
protocol: tcp
mode: host
- "3456:3456"
networks:
- host
environment:
CAPO_PATH: /home/casa/capo
CAPO_PROFILE: dsoc-${ENV}
......@@ -105,10 +104,9 @@ services:
- WS_VERSION=${WS_VERSION}
- DEPLOY_ENV=${ENV}
ports:
- target: 3458
published: 3458
protocol: tcp
mode: host
- "3458:3458"
networks:
- host
environment:
CAPO_PATH: /home/casa/capo
CAPO_PROFILE: dsoc-${ENV}
......@@ -169,5 +167,10 @@ services:
parallelism: 0
order: stop-first
networks:
host:
external: true
name: host
volumes:
condor:
......@@ -78,5 +78,4 @@ chmod 777 "$WORKFLOW_DIR"
chmod 777 "$WORKFLOW_DIR"/*
echo "Starting workflow service"
cd /code/services/workflow
su vlapipe -c "./bin/boot-workflow.sh"
su vlapipe -c "/code/services/workflow/bin/boot-workflow.sh"
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