mirror of
https://github.com/michelleDeko/scalelite-run.git
synced 2026-02-05 07:40:55 +01:00
open postgres and redis ports for sharing with local machine
This commit is contained in:
19
dotenv-dev
Normal file
19
dotenv-dev
Normal file
@@ -0,0 +1,19 @@
|
||||
SECRET_KEY_BASE=secret
|
||||
LOADBALANCER_SECRET=secret
|
||||
URL_HOST=sl.example.com
|
||||
|
||||
SCALELITE_REPO=blindsidenetwks
|
||||
SCALELITE_TAG=master
|
||||
|
||||
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-local
|
||||
Reference in New Issue
Block a user