Skip to content

Commit

Permalink
fixing comment in docker composition file
Browse files Browse the repository at this point in the history
  • Loading branch information
carvilsi committed Sep 4, 2024
1 parent b847b29 commit eb9d324
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions devops/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:
- '27017:27017'
environment:
MONGO_INITDB_ROOT_USERNAME: 'root'
#positively change this password db on production
# positively change this password db on production
MONGO_INITDB_ROOT_PASSWORD: 'pwy11'
volumes:
- ./mongo-volume:/data/db
Expand All @@ -18,7 +18,7 @@ services:
- '46520:46520'
environment:
NODE_ENV: 'production'
#positively change the pepper value
# positively change the pepper value
PEPPER_VALUE: 'sBWKMA03SOim+ldnpSBWwx7eDWVIcAjvTV0a2XrFvwqMKw6Jc+HLZA=='
depends_on:
- mongo

0 comments on commit eb9d324

Please sign in to comment.