Forgot to re-comment bpmn

This commit is contained in:
Aaron Louie 2020-05-26 08:31:08 -04:00
parent 0728801a13
commit 7dec58f54c
1 changed files with 18 additions and 18 deletions

View File

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