mirror of
https://github.com/michelleDeko/scalelite-run.git
synced 2025-12-16 14:22:11 +01:00
Fix: Add reference to redis service in scalelite-recording-importer container (#19)
This is necessary to work with multi-tenancy and meta_bbb-recording-ready-url
This commit is contained in:
committed by
GitHub
parent
2a58cb781d
commit
60b5ca3bb5
@@ -112,6 +112,7 @@ services:
|
||||
env_file:
|
||||
- .env
|
||||
environment:
|
||||
- REDIS_URL=${REDIS_URL:-redis://redis:6379}
|
||||
- DATABASE_URL=${DATABASE_URL:-postgres://postgres:password@postgres:5432/scalelite?pool=5}
|
||||
- RECORDING_DISABLED=false
|
||||
- RAILS_LOG_TO_STDOUT=${RAILS_LOG_TO_STDOUT:-false}
|
||||
|
||||
Reference in New Issue
Block a user