update yml

This commit is contained in:
berkay 2025-04-19 19:34:28 +03:00
parent d35cf7821a
commit f38cf5f495
1 changed files with 3 additions and 2 deletions

View File

@ -46,8 +46,9 @@ services:
- ME_CONFIG_MONGODB_AUTH_DATABASE=admin - ME_CONFIG_MONGODB_AUTH_DATABASE=admin
# Fix connection string format # Fix connection string format
- ME_CONFIG_MONGODB_URL=mongodb://${MONGO_ROOT_USERNAME:-admin}:${MONGO_ROOT_PASSWORD:-password}@mongodb:27017/?authSource=admin - ME_CONFIG_MONGODB_URL=mongodb://${MONGO_ROOT_USERNAME:-admin}:${MONGO_ROOT_PASSWORD:-password}@mongodb:27017/?authSource=admin
- ME_CONFIG_BASICAUTH_USERNAME=${MONGOEXPRESS_USERNAME:-mexpress} # Disable basic authentication for easier access
- ME_CONFIG_BASICAUTH_PASSWORD=${MONGOEXPRESS_PASSWORD:-mexpress} # - ME_CONFIG_BASICAUTH_USERNAME=${MONGOEXPRESS_USERNAME:-mexpress}
# - ME_CONFIG_BASICAUTH_PASSWORD=${MONGOEXPRESS_PASSWORD:-mexpress}
- ME_CONFIG_MONGODB_ENABLE_ADMIN=true - ME_CONFIG_MONGODB_ENABLE_ADMIN=true
# Remove the base URL path so it works at root path # Remove the base URL path so it works at root path
# - ME_CONFIG_SITE_BASEURL=/mongo-express # - ME_CONFIG_SITE_BASEURL=/mongo-express