forked from coop-cloud/discourse
Drop separate Sidekiq vol, it should use the main one
This commit is contained in:
parent
5868b83948
commit
22b8f8f265
@ -85,7 +85,7 @@ services:
|
||||
depends_on:
|
||||
- discourse
|
||||
volumes:
|
||||
- 'sidekiq_data:/bitnami/discourse'
|
||||
- 'discourse_data:/bitnami/discourse'
|
||||
command: /opt/bitnami/scripts/discourse-sidekiq/run.sh
|
||||
secrets:
|
||||
- db_password
|
||||
@ -115,7 +115,6 @@ volumes:
|
||||
postgresql_data:
|
||||
redis_data:
|
||||
discourse_data:
|
||||
sidekiq_data:
|
||||
|
||||
networks:
|
||||
proxy:
|
||||
|
Loading…
Reference in New Issue
Block a user