mirror of
https://github.com/sartography/cr-connect-bpmn.git
synced 2025-01-11 17:44:32 +00:00
Forgot to re-comment bpmn
This commit is contained in:
parent
0728801a13
commit
7dec58f54c
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user