Skip to content

Commit

Permalink
Merge pull request #459 from cloudxxx8/fix-postgres-sample
Browse files Browse the repository at this point in the history
fix: Add proper setting in postgres sample
  • Loading branch information
cloudxxx8 authored Aug 30, 2024
2 parents e1a95c5 + f0fa0ce commit b36034a
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 b36034a

Please sign in to comment.