From f28e3c2cd2bd311271c6eff7e47b48eb4418e23c Mon Sep 17 00:00:00 2001 From: Martin Lablans Date: Mon, 1 Jul 2024 15:19:44 +0200 Subject: [PATCH] Remove unnecessary default values --- ccp/modules/dashboard-compose.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ccp/modules/dashboard-compose.yml b/ccp/modules/dashboard-compose.yml index 43b109d..037f88f 100644 --- a/ccp/modules/dashboard-compose.yml +++ b/ccp/modules/dashboard-compose.yml @@ -9,13 +9,9 @@ services: environment: BLAZE_BASE_URL: "http://blaze:8080/fhir/" PG_HOST: "dashboard-db" - PG_PORT: 5432 PG_USERNAME: "dashboard" PG_PASSWORD: "${DASHBOARD_DB_PASSWORD}" # Set in exporter-setup.sh PG_DBNAME: "dashboard" - # TODO: Remove the following, replace with defaults in app - BLAZE_PAGE_RESOURCE_COUNT: 10000 - PG_BATCH_SIZE: 10000 dashboard-db: image: docker.verbis.dkfz.de/cache/postgres:${POSTGRES_TAG}