Skip to content

Commit

Permalink
Merge pull request #37 from esteinig/fix/docker-secrets-location
Browse files Browse the repository at this point in the history
fix(stack): fix web secrets path
  • Loading branch information
esteinig authored Jan 26, 2024
2 parents 5c15165 + a180845 commit ccbbcdc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/docker-compose.web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -333,9 +333,9 @@ secrets:
mongo_root_pwd:
file: ./.secrets/mongo_root_pwd.txt
brick_db_user:
file: ./.secrets/mongodb/brick_db_user.txt
file: ./.secrets/brick_db_user.txt
brick_db_pwd:
file: ./.secrets/mongodb/brick_db_pwd.txt
file: ./.secrets/brick_db_pwd.txt

networks:
internal:
Expand Down

0 comments on commit ccbbcdc

Please sign in to comment.