mirror of
https://github.com/bellingcat/whisperbox-transcribe.git
synced 2026-06-08 03:28:35 +03:00
feat: configure celery to use rabbitmq broker (#58)
This commit is contained in:
@@ -16,6 +16,8 @@ TRAEFIK_SSLEMAIL=""
|
||||
# ---
|
||||
# below settings match the default docker-compose configuration.
|
||||
|
||||
BROKER_URL="redis://redis:6379/0"
|
||||
RABBITMQ_DEFAULT_USER="rabbitmq"
|
||||
RABBITMQ_DEFAULT_PASS="rabbitmq_password"
|
||||
|
||||
DATABASE_URI="sqlite:////etc/whisperbox-transcribe/data/whisperbox-transcribe.sqlite"
|
||||
ENVIRONMENT="production"
|
||||
|
||||
Reference in New Issue
Block a user