move ennvfile to folder env-files
This commit is contained in:
10
docker/compose/env-files/gotify.env
Normal file
10
docker/compose/env-files/gotify.env
Normal file
@@ -0,0 +1,10 @@
|
||||
DB_HOST=10.0.6.178
|
||||
DB_PORT=5432
|
||||
DB_USER=gotify
|
||||
DB_PWD=gotify
|
||||
DB_NAME=gotify
|
||||
GOTIFY_DEFAULTUSER_NAME=admin
|
||||
GOTIFY_DEFAULTUSER_PASS=admin
|
||||
GOTIFY_DATABASE_DIALECT=postgres
|
||||
GOTIFY_DATABASE_CONNECTION=host=${DB_HOST} port=${DB_PORT} user=${DB_USER} dbname=${DB_NAME} password=${DB_PWD}
|
||||
GOTIFY_PLUGINSDIR=data/plugins
|
||||
Reference in New Issue
Block a user