Compare commits
2 commits
6a8d4ec5c8
...
e78ebee8ec
Author | SHA1 | Date | |
---|---|---|---|
e78ebee8ec | |||
14b947ab9e |
|
@ -9,8 +9,8 @@ services:
|
|||
- 'TZ=${TIMEZONE:-Europe/Moscow}'
|
||||
- 'DB_HOST=${DATABASE_HOST:-host.docker.internal}'
|
||||
- 'DB_PORT=${DATABASE_PORT:-3306}'
|
||||
- 'DB_USER=hedgedoc'
|
||||
- 'DB_PASS=<secret password>'
|
||||
- 'DB_USER=${DATABASE_USER:-hedgedoc}'
|
||||
- 'DB_PASS=${DATABASE_PASS}'
|
||||
- 'DB_NAME=${DATABASE_NAME:-hedgedoc}'
|
||||
- 'CMD_DOMAIN=${DOMAIN}'
|
||||
#- 'CMD_URL_ADDPORT=false' #optional
|
||||
|
|
|
@ -14,9 +14,9 @@ DIR_CONFIG=./config
|
|||
|
||||
DATABASE_HOST=host.docker.internal
|
||||
DATABASE_PORT=3306
|
||||
DATABASE_NAME=
|
||||
DATABASE_USER=
|
||||
DATABASE_PASS
|
||||
#DATABASE_NAME=hedgedoc
|
||||
#DATABASE_USER=hedgedoc
|
||||
DATABASE_PASS=*ChangeMe*
|
||||
#DATABASE_DIALECT=postgres
|
||||
|
||||
TIMEZONE=Europe/Moscow
|
||||
|
|
Loading…
Reference in a new issue