chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
mongodb:
|
||||
hostname: mongodb
|
||||
image: mongodb/mongodb-atlas-local:8
|
||||
ports:
|
||||
- "27017:27017"
|
||||
volumes:
|
||||
- mongo_data:/data/db
|
||||
- mongo_config_data:/data/configdb
|
||||
- mongo_mongot_data:/data/mongot
|
||||
stop_grace_period: 30s
|
||||
restart: unless-stopped
|
||||
Reference in New Issue
Block a user