2
0

Update docker-compose.yml sidekiq health check to work for both 4.4 and 4.5 (#36498)

This commit is contained in:
Claire
2025-10-16 11:24:22 +02:00
committed by GitHub
parent ef53dcfd8c
commit 241ad1c587

View File

@@ -115,7 +115,7 @@ services:
volumes:
- ./public/system:/mastodon/public/system
healthcheck:
test: ['CMD-SHELL', "ps aux | grep '[s]idekiq\ 7' || false"]
test: ['CMD-SHELL', "ps aux | grep '[s]idekiq\ [78]' || false"]
## Uncomment to enable federation with tor instances along with adding the following ENV variables
## http_hidden_proxy=http://privoxy:8118