fix(service): use the same volume between chatwoot and sidekiq (#5851)

This commit is contained in:
Almuzaini
2025-05-19 14:02:50 +03:00
committed by GitHub
parent f061147d43
commit 42a7b13dba

View File

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