dev compose: renamed mongo volume

This commit is contained in:
2024-01-10 20:50:23 +01:00
parent 170540fd8c
commit c58f8f3765
2 changed files with 3 additions and 2 deletions

3
.gitignore vendored
View File

@@ -36,4 +36,5 @@ next-env.d.ts
postgres
mongo
mongo
mongo-volume

View File

@@ -11,7 +11,7 @@ services:
MONGO_INITDB_ROOT_USERNAME: root
MONGO_INITDB_ROOT_PASSWORD: example
volumes:
- ./mongo:/data/db
- ./mongo-volume:/data/db
mongo-express:
image: mongo-express
restart: always