upgrade: mongo:7.0 now that AVX is enabled on production CPU
This commit is contained in:
parent
ccb4f22e57
commit
5fc019462c
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue