On second thought, FLASK_APP is set by the containers in the docker_run.sh

This commit is contained in:
Aaron Louie 2020-05-25 00:49:06 -04:00
parent 6d511971cd
commit 8d7673f7d4

View File

@ -19,7 +19,6 @@ services:
- db - db
image: sartography/protocol-builder-mock:$E2E_TAG image: sartography/protocol-builder-mock:$E2E_TAG
environment: environment:
- FLASK_APP=./pb/__init__.py
- UPGRADE_DB=true - UPGRADE_DB=true
- DB_HOST=db - DB_HOST=db
- DB_PORT=5432 - DB_PORT=5432
@ -46,7 +45,6 @@ services:
- ldap - ldap
image: sartography/cr-connect-workflow:$E2E_TAG image: sartography/cr-connect-workflow:$E2E_TAG
environment: environment:
- FLASK_APP=./crc/__init__.py
- UPGRADE_DB=true - UPGRADE_DB=true
- RESET_DB=true - RESET_DB=true
- LDAP_URL=ldap - LDAP_URL=ldap