Add 'osp/live.env.tpl'
This commit is contained in:
parent
b451f1794c
commit
d13f9848b9
16
osp/live.env.tpl
Normal file
16
osp/live.env.tpl
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
# MariaDB settings
|
||||||
|
MYSQL_ROOT_PASSWORD=password_db_root
|
||||||
|
MYSQL_DATABASE=osp
|
||||||
|
MYSQL_USER=osp
|
||||||
|
MYSQL_PASSWORD=password_db
|
||||||
|
MYSQL_HOST=osp-db
|
||||||
|
|
||||||
|
# Redis
|
||||||
|
REDIS_HOST=osp-redis
|
||||||
|
REDIS_HOST_PASSWORD=password_redis
|
||||||
|
|
||||||
|
# osp
|
||||||
|
OSP_ROOT=/home/compute/services/osp
|
||||||
|
|
||||||
|
# Traefik
|
||||||
|
DOMAIN=domain.com
|
Loading…
x
Reference in New Issue
Block a user