mirror of
https://github.com/tiennm99/store-scraper-bot-java.git
synced 2026-05-14 09:53:03 +00:00
feat(mongo): cleanup
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