diff --git a/templates/compose/chatwoot.yaml b/templates/compose/chatwoot.yaml index b7eec88cc..900d3354b 100644 --- a/templates/compose/chatwoot.yaml +++ b/templates/compose/chatwoot.yaml @@ -80,7 +80,7 @@ services: - ACTIVE_STORAGE_SERVICE=${ACTIVE_STORAGE_SERVICE:-local} command: ['bundle', 'exec', 'sidekiq', '-C', 'config/sidekiq.yml'] volumes: - - sidekiq-data:/app/storage + - rails-data:/app/storage healthcheck: test: ["CMD-SHELL", "bundle exec rails runner 'puts Sidekiq.redis(&:info)' > /dev/null 2>&1"] interval: 30s