Skip to content

Commit

Permalink
adding a volume for mongodb
Browse files Browse the repository at this point in the history
Signed-off-by: iifawzi <[email protected]>
  • Loading branch information
iifawzi committed Dec 23, 2022
1 parent fa824c2 commit 4094ff4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@
*/e2e-coverage
*/full-coverage
*/coverage.json
*/dist
*/dist
mongodb
1 change: 1 addition & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ services:
- 27270:27017
volumes:
- ./init-mongo.js:/docker-entrypoint-initdb.d/init-mongo.js
- ./mongodb/data:/data/db
parcels_frontend:
build:
context: frontend
Expand Down

0 comments on commit 4094ff4

Please sign in to comment.