upgrade: mongo:7.0 now that AVX is enabled on production CPU

This commit is contained in:
friday-bot 2026-05-27 17:09:22 -06:00
parent ccb4f22e57
commit 5fc019462c

View file

@ -30,7 +30,7 @@ services:
retries: 3
mongodb:
image: mongo:4.4
image: mongo:7.0
restart: unless-stopped
volumes:
- mongo-data:/data/db
@ -40,7 +40,7 @@ services:
- stack.env
command: ["--auth", "--bind_ip_all"]
healthcheck:
test: ["CMD", "mongo", "--quiet", "--eval", "db.adminCommand('ping')"]
test: ["CMD", "mongosh", "--quiet", "--eval", "db.adminCommand('ping')"]
interval: 10s
timeout: 5s
retries: 10