Skip to content
Snippets Groups Projects
Unverified Commit 10188c7d authored by Su Yang's avatar Su Yang Committed by GitHub
Browse files

Add healthcheck for sidekiq (#17365)

parent 6505b39e
No related branches found
No related tags found
No related merge requests found
......@@ -94,6 +94,9 @@ services:
- internal_network
volumes:
- ./public/system:/mastodon/public/system
healthcheck:
test: ["CMD-SHELL", "ps aux | grep '[s]idekiq\ 6' || false"]
## Uncomment to enable federation with tor instances along with adding the following ENV variables
## http_proxy=http://privoxy:8118
## ALLOW_ACCESS_TO_HIDDEN_SERVICE=true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment