mirror of
https://github.com/tiennm99/store-scraper-bot-java.git
synced 2026-06-03 22:14:24 +00:00
feat(db): use mongodb instead of couchbase (WIP)
This commit is contained in:
@@ -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:
|
||||
Reference in New Issue
Block a user