chore: import upstream snapshot with attribution

This commit is contained in:
wehub-resource-sync
2026-07-13 12:08:54 +08:00
commit 4a4a1fed67
721 changed files with 262090 additions and 0 deletions
+11
View File
@@ -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