updated scripts for initializing recordings

This commit is contained in:
jfederico
2021-03-19 17:59:14 -04:00
parent db526768bf
commit 10c8ffc5b0
3 changed files with 40 additions and 22 deletions

View File

@@ -120,7 +120,7 @@ services:
- LOADBALANCER_SECRET=${LOADBALANCER_SECRET}
- REDIS_URL=${REDIS_URL:-redis://redis:6379}
- DATABASE_URL=${DATABASE_URL:-postgres://postgres:password@postgres:5432/scalelite?pool=5}
- URL_HOST=${URL_HOST}
- RECORDING_DISABLED=${RECORDING_DISABLED-false}
depends_on:
- postgres
- redis