chore: docker-compose-local using old bitnami image (#37297)

This commit is contained in:
Kevin Aleman 2025-10-24 10:19:02 -06:00 committed by GitHub
parent d075db2be5
commit f94a415c72
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -146,8 +146,10 @@ services:
- nats
mongo:
image: docker.io/bitnami/mongodb:7.0
image: docker.io/bitnamilegacy/mongodb:7.0.1
restart: on-failure
ports:
- 27017:27017
environment:
MONGODB_REPLICA_SET_MODE: primary
MONGODB_REPLICA_SET_NAME: ${MONGODB_REPLICA_SET_NAME:-rs0}