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