mirror of
https://github.com/sartography/cr-connect-bpmn.git
synced 2025-01-11 17:44:32 +00:00
On second thought, FLASK_APP is set by the containers in the docker_run.sh
This commit is contained in:
parent
6d511971cd
commit
8d7673f7d4
@ -19,7 +19,6 @@ services:
|
||||
- db
|
||||
image: sartography/protocol-builder-mock:$E2E_TAG
|
||||
environment:
|
||||
- FLASK_APP=./pb/__init__.py
|
||||
- UPGRADE_DB=true
|
||||
- DB_HOST=db
|
||||
- DB_PORT=5432
|
||||
@ -46,7 +45,6 @@ services:
|
||||
- ldap
|
||||
image: sartography/cr-connect-workflow:$E2E_TAG
|
||||
environment:
|
||||
- FLASK_APP=./crc/__init__.py
|
||||
- UPGRADE_DB=true
|
||||
- RESET_DB=true
|
||||
- LDAP_URL=ldap
|
||||
|
Loading…
x
Reference in New Issue
Block a user