mirror of
https://github.com/mastodon/mastodon.git
synced 2025-11-27 18:10:58 +00:00
Update docker-compose.yml sidekiq health check to work for both 4.4 and 4.5 (#36498)
This commit is contained in:
parent
ef53dcfd8c
commit
241ad1c587
|
|
@ -115,7 +115,7 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- ./public/system:/mastodon/public/system
|
- ./public/system:/mastodon/public/system
|
||||||
healthcheck:
|
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
|
## Uncomment to enable federation with tor instances along with adding the following ENV variables
|
||||||
## http_hidden_proxy=http://privoxy:8118
|
## http_hidden_proxy=http://privoxy:8118
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user