chore: update versions

This commit is contained in:
Sun-ZhenXing
2025-12-29 21:40:58 +08:00
parent 953bb146ba
commit cdc76a8ee5
20 changed files with 168 additions and 26 deletions

View File

@@ -8,7 +8,7 @@ x-defaults: &defaults
x-mongo: &mongo
<<: *defaults
image: ${GLOBAL_REGISTRY:-}mongo:${MONGO_VERSION:-8.0.13}
image: ${GLOBAL_REGISTRY:-}mongo:${MONGO_VERSION:-8.2.3}
environment:
TZ: ${TZ:-UTC}
MONGO_INITDB_ROOT_USERNAME: ${MONGO_INITDB_ROOT_USERNAME:-root}
@@ -52,7 +52,7 @@ services:
mongo-init:
<<: *defaults
image: ${GLOBAL_REGISTRY:-}mongo:${MONGO_VERSION:-8.0.13}
image: ${GLOBAL_REGISTRY:-}mongo:${MONGO_VERSION:-8.2.3}
restart: on-failure
depends_on:
mongo1: