Skip to content

Commit

Permalink
fix: Add proper setting in postgres sample
Browse files Browse the repository at this point in the history
Signed-off-by: Cloud Tsai <[email protected]>
  • Loading branch information
cloudxxx8 committed Aug 30, 2024
1 parent e1a95c5 commit f0fa0ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose-postgres-no-secty-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ services:
environment:
EDGEX_SECURITY_SECRET_STORE: "false"
SERVICE_HOST: edgex-core-metadata
DATABASE_HOST: edgex-redis
hostname: edgex-core-metadata
image: nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest
networks:
Expand Down
1 change: 1 addition & 0 deletions docker-compose-postgres-no-secty.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ services:
environment:
EDGEX_SECURITY_SECRET_STORE: "false"
SERVICE_HOST: edgex-core-metadata
DATABASE_HOST: edgex-redis
hostname: edgex-core-metadata
image: nexus3.edgexfoundry.org:10004/core-metadata:latest
networks:
Expand Down

0 comments on commit f0fa0ce

Please sign in to comment.