feat(mongo): cleanup

This commit is contained in:
2025-12-15 22:46:21 +07:00
parent c351535f7c
commit eff6049623
11 changed files with 38 additions and 121 deletions
+13
View File
@@ -0,0 +1,13 @@
services:
mongodb:
image: mongo:7.0
env_file:
- .env
ports:
- "27017:27017"
volumes:
- mongodb_data:/data/db
restart: unless-stopped
volumes:
mongodb_data: