Skip to content

Commit

Permalink
Add healthcheck for sidekiq (mastodon#17365)
Browse files Browse the repository at this point in the history
  • Loading branch information
soulteary authored Jan 26, 2022
1 parent 6505b39 commit 10188c7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 10188c7

Please sign in to comment.