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

or not

parent d3a0faaa
No related branches found
No related tags found
2 merge requests!1452Merge 2.8.2 to main,!1396changes for local builds
Pipeline #10378 passed
......@@ -64,12 +64,12 @@ services:
published: 3457
protocol: tcp
mode: host
healthcheck:
test: ( curl -f -LI "${ENV_HOST}":3456/healthcheck ) || exit 1
interval: 5s
retries: 5
timeout: 60s
start_period: 30s
# healthcheck:
# test: ( curl -f -LI "${ENV_HOST}":3456/healthcheck ) || exit 1
# interval: 5s
# retries: 5
# timeout: 60s
# start_period: 30s
environment:
CAPO_PATH: /home/casa/capo
CAPO_PROFILE: dsoc-${ENV}
......
......@@ -78,4 +78,5 @@ chmod 777 "$WORKFLOW_DIR"
chmod 777 "$WORKFLOW_DIR"/*
echo "Starting workflow service"
su vlapipe -c "/code/services/workflow/bin/boot-workflow.sh"
cd /code/services/workflow
su vlapipe -c "./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