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
-18
View File
@@ -1,18 +0,0 @@
services:
couchbase:
image: couchbase:community-7.6.2
env_file:
- .env
ports:
- "8091-8097:8091-8097"
- "9123:9123"
- "11207:11207"
- "11210:11210"
- "11280:11280"
- "18091-18097:18091-18097"
volumes:
- couchbase_data:/opt/couchbase/var
restart: unless-stopped
volumes:
couchbase_data: