fix: use 'mongo' shell for healthcheck (mongosh not in mongo:4.4)

This commit is contained in:
friday-bot 2026-05-27 17:06:45 -06:00
parent a5e9109f13
commit ccb4f22e57

View file

@ -40,7 +40,7 @@ services:
- stack.env
command: ["--auth", "--bind_ip_all"]
healthcheck:
test: ["CMD", "mongosh", "--quiet", "--eval", "db.adminCommand('ping')"]
test: ["CMD", "mongo", "--quiet", "--eval", "db.adminCommand('ping')"]
interval: 10s
timeout: 5s
retries: 10