Nginx Proxy Manager Stack: add .env.sample file
This commit is contained in:
parent
86f37b7c60
commit
13028c208b
1 changed files with 15 additions and 0 deletions
|
@ -0,0 +1,15 @@
|
|||
# Timezone
|
||||
TZ=Europe/Stockholm
|
||||
|
||||
# Loki log monitoring
|
||||
LOKI_URL=
|
||||
|
||||
# volumes mounts
|
||||
DATA_PATH=./Data
|
||||
LE_PATH=./LetsEncrypt
|
||||
DB_PATH=./Database
|
||||
|
||||
# Database credentials
|
||||
DB_USER=
|
||||
DB_PASSWORD=
|
||||
DB_NAME=
|
Loading…
Add table
Add a link
Reference in a new issue