Skip to content

Commit

Permalink
Removing unnecessary env variable mapping from the sample project's d…
Browse files Browse the repository at this point in the history
…ocker-compose
  • Loading branch information
galvana committed Apr 12, 2024
1 parent d4b3086 commit 09c9c0c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/fides/data/sample_project/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@ services:
FIDES_DEPLOY__CONNECTORS__MONGO_DEFAULTAUTHDB: mongo_test
FIDES_DEPLOY__CONNECTORS__MONGO_USERNAME: mongo_user
FIDES_DEPLOY__CONNECTORS__MONGO_PASSWORD: mongo_pass
# uncomment the line below to enable the "loyalty database"
# FIDES_DEPLOY__CONNECTORS__POSTGRES_LOYALTY__HOST: postgres-test
# Mount a local volume so the user can see their privacy requests
volumes:
- type: bind
Expand Down

0 comments on commit 09c9c0c

Please sign in to comment.