Forgot to re-comment bpmn

This commit is contained in:
Aaron Louie 2020-05-26 08:31:08 -04:00
parent 0728801a13
commit 7dec58f54c

View File

@ -62,21 +62,21 @@ services:
- "5000:5000" - "5000:5000"
command: ./wait-for-it.sh pb:5001 -t 0 -- ./docker_run.sh command: ./wait-for-it.sh pb:5001 -t 0 -- ./docker_run.sh
# Uncomment for debugging # # Uncomment for debugging
bpmn: # bpmn:
container_name: bpmn # container_name: bpmn
depends_on: # depends_on:
- db # - db
- pb # - pb
- ldap # - ldap
- backend # - backend
image: sartography/cr-connect-bpmn:$E2E_TAG # image: sartography/cr-connect-bpmn:$E2E_TAG
environment: # environment:
- API_URL=http://localhost:5000/v1.0 # - API_URL=http://localhost:5000/v1.0
- BASE_HREF=/bpmn # - BASE_HREF=/bpmn
- HOME_ROUTE=home # - HOME_ROUTE=home
- IRB_URL=http://localhost:5001/ # - IRB_URL=http://localhost:5001/
- PORT0=5002 # - PORT0=5002
- PRODUCTION=false # - PRODUCTION=false
ports: # ports:
- "5002:5002" # - "5002:5002"