mirror of
https://github.com/michelleDeko/scalelite-run.git
synced 2025-12-16 22:32:10 +01:00
* updates to docker-compose-dev * added proxy-nginx config files for handling requests to protected recordings * added template for protected recordings * completed changes for protected recordngs * completed changes for protected recordngs
23 lines
794 B
Plaintext
23 lines
794 B
Plaintext
SECRET_KEY_BASE=secret
|
|
LOADBALANCER_SECRET=secret
|
|
URL_HOST=sl.example.com
|
|
|
|
SCALELITE_DOCKER_IMAGE=blindsidenetwks/master:v1.0
|
|
SCALELITE_RECORDINGS_DOCKER_IMAGE=bigbluebutton/bbb-playback-proxy:bionic-230-amazonlinux
|
|
|
|
DB_DISABLED: "false"
|
|
POLL_INTERVAL: "60"
|
|
RECORDING_DISABLED: "false"
|
|
RECORDING_IMPORT_POLL: "true"
|
|
RECORDING_IMPORT_POLL_INTERVAL: "60"
|
|
|
|
DOCKER_VOL_SCALELITE_API=/home/ubuntu/scalelite-run/data/scalelite
|
|
DOCKER_VOL_POSTGRES_DATA=/home/ubuntu/scalelite-run/data/postgres
|
|
DOCKER_VOL_REDIS_DATA=/home/ubuntu/scalelite-run/data/redis
|
|
|
|
DOCKER_PROXY_NGINX_TEMPLATE=scalelite-proxy
|
|
#DOCKER_PROXY_NGINX_TEMPLATE=scalelite-proxy-protected
|
|
#DOCKER_PROXY_NGINX_TEMPLATE=scalelite-local
|
|
#DOCKER_PROXY_NGINX_TEMPLATE=scalelite-local-protected
|
|
#DOCKER_PROXY_NGINX_TEMPLATE=scalelite-cluster
|