feat(db): use mongodb instead of couchbase (WIP)

This commit is contained in:
2025-11-22 23:05:39 +07:00
parent ad0258de65
commit c351535f7c
13 changed files with 148 additions and 117 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: