Skip to content
Snippets Groups Projects
Commit ba8ba4ff authored by Pierre Ozoux's avatar Pierre Ozoux
Browse files

fix: reduces number of sidekiq threads

parent 28ba736a
No related branches found
No related tags found
No related merge requests found
......@@ -68,7 +68,7 @@ services:
restart: always
image: ghcr.io/mastodon/mastodon:v4.1.18
env_file: .env.production
command: bundle exec sidekiq
command: bundle exec sidekiq -c 2
depends_on:
- db
- redis
......
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