feat: add easy-dataset and mongodb-replicaset-single

This commit is contained in:
Sun-ZhenXing
2025-10-22 10:05:17 +08:00
parent 37b52545a2
commit 84e8b85990
15 changed files with 736 additions and 39 deletions

View File

@@ -0,0 +1,21 @@
# Timezone
TZ=UTC
# MongoDB Version
MONGO_VERSION=8.0.13
# MongoDB root credentials
MONGO_INITDB_ROOT_USERNAME=root
MONGO_INITDB_ROOT_PASSWORD=password
# Initial database name
MONGO_INITDB_DATABASE=admin
# Replica set name
MONGO_REPLICA_SET_NAME=rs0
# MongoDB port for the single replica
MONGO_PORT_OVERRIDE_1=27017
# MongoDB host for initialization
MONGO_HOST=mongo1