fix(fhir2sql): add the postgres connection string to focus

This commit is contained in:
janskiba 2024-11-05 10:48:37 +00:00
parent 26712d3567
commit 319d22f47c
1 changed files with 4 additions and 0 deletions

View File

@ -23,3 +23,7 @@ services:
POSTGRES_DB: "dashboard"
volumes:
- "/var/cache/bridgehead/ccp/dashboard-db:/var/lib/postgresql/data"
focus:
environment:
POSTGRES_CONNECTION_STRING: "postgresql://dashboard:${DASHBOARD_DB_PASSWORD}@dashboard-db/dashboard"