mirror of https://github.com/samply/bridgehead.git
Remove unnecessary default values
This commit is contained in:
parent
91ff51304b
commit
f28e3c2cd2
|
@ -9,13 +9,9 @@ services:
|
||||||
environment:
|
environment:
|
||||||
BLAZE_BASE_URL: "http://blaze:8080/fhir/"
|
BLAZE_BASE_URL: "http://blaze:8080/fhir/"
|
||||||
PG_HOST: "dashboard-db"
|
PG_HOST: "dashboard-db"
|
||||||
PG_PORT: 5432
|
|
||||||
PG_USERNAME: "dashboard"
|
PG_USERNAME: "dashboard"
|
||||||
PG_PASSWORD: "${DASHBOARD_DB_PASSWORD}" # Set in exporter-setup.sh
|
PG_PASSWORD: "${DASHBOARD_DB_PASSWORD}" # Set in exporter-setup.sh
|
||||||
PG_DBNAME: "dashboard"
|
PG_DBNAME: "dashboard"
|
||||||
# TODO: Remove the following, replace with defaults in app
|
|
||||||
BLAZE_PAGE_RESOURCE_COUNT: 10000
|
|
||||||
PG_BATCH_SIZE: 10000
|
|
||||||
|
|
||||||
dashboard-db:
|
dashboard-db:
|
||||||
image: docker.verbis.dkfz.de/cache/postgres:${POSTGRES_TAG}
|
image: docker.verbis.dkfz.de/cache/postgres:${POSTGRES_TAG}
|
||||||
|
|
Loading…
Reference in New Issue