Skip to content

Commit

Permalink
fix: Add DATABASE_HOST env variable
Browse files Browse the repository at this point in the history
Add DATABASE_HOST env var in response to private config changes.

Signed-off-by: Lindsey Cheng <beckysocute@gmail.com>
  • Loading branch information
lindseysimple committed Aug 26, 2024
1 parent b1d7457 commit 535afdf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions compose-builder/docker-compose-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ services:
- common-non-security.env
environment:
SERVICE_HOST: edgex-support-notifications
DATABASE_HOST: edgex-redis
depends_on:
- ${REGISTRY_TYPE}
- database
Expand All @@ -87,6 +88,7 @@ services:
- common-non-security.env
environment:
SERVICE_HOST: edgex-core-metadata
DATABASE_HOST: edgex-redis
depends_on:
- ${REGISTRY_TYPE}
- database
Expand All @@ -112,6 +114,7 @@ services:
- common-non-security.env
environment:
SERVICE_HOST: edgex-core-data
DATABASE_HOST: edgex-redis
depends_on:
- ${REGISTRY_TYPE}
- database
Expand Down Expand Up @@ -193,6 +196,7 @@ services:
- common-non-security.env
environment:
SERVICE_HOST: edgex-support-scheduler
DATABASE_HOST: edgex-redis
INTERVALACTIONS_SCRUBPUSHED_HOST: edgex-core-data
INTERVALACTIONS_SCRUBAGED_HOST: edgex-core-data
depends_on:
Expand Down

0 comments on commit 535afdf

Please sign in to comment.