chore(infra): add volume to mongo container

This commit is contained in:
Israel Abebe
2024-12-19 22:10:58 +03:00
committed by GitHub
parent a794408ccb
commit 3670415ea7

View File

@@ -27,5 +27,10 @@ services:
mongo:
image: mongo
container_name: mongo
volumes:
- mongo_data:/data/db
ports:
- "27017:27017"
- "27017:27017"
volumes:
mongo_data: