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:
@@ -27,6 +27,8 @@ services:
|
|||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- postgres-data-dev:/var/lib/postgresql/data
|
- postgres-data-dev:/var/lib/postgresql/data
|
||||||
|
ports:
|
||||||
|
- "5432:5432"
|
||||||
environment:
|
environment:
|
||||||
- POSTGRES_USER=${POSTGRES_USER:-postgres}
|
- POSTGRES_USER=${POSTGRES_USER:-postgres}
|
||||||
- POSTGRES_PASSWORD=${POSTGRES_PASSWORD:-password}
|
- POSTGRES_PASSWORD=${POSTGRES_PASSWORD:-password}
|
||||||
@@ -38,6 +40,8 @@ services:
|
|||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- redis-data-dev:/data
|
- redis-data-dev:/data
|
||||||
|
ports:
|
||||||
|
- "6379:6379"
|
||||||
|
|
||||||
certbot:
|
certbot:
|
||||||
image: certbot/certbot
|
image: certbot/certbot
|
||||||
|
|||||||
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