fix(service): use the same volume between chatwoot and sidekiq (#5851)
This commit is contained in:
		@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user