From 42a7b13dbabc4464286bb3754cace7be26b85cda Mon Sep 17 00:00:00 2001 From: Almuzaini <62063512+YAlmuzaini@users.noreply.github.com> Date: Mon, 19 May 2025 14:02:50 +0300 Subject: [PATCH] fix(service): use the same volume between chatwoot and sidekiq (#5851) --- templates/compose/chatwoot.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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