hedgedoc #124

Merged
skobkin merged 9 commits from feature_119_hedgedoc into master 2024-09-21 18:39:59 +00:00
2 changed files with 1 additions and 2 deletions
Showing only changes of commit a1fe0926f7 - Show all commits

View file

@ -21,4 +21,4 @@ DATABASE_PASS=*ChangeMe*
TIMEZONE=Europe/Moscow TIMEZONE=Europe/Moscow
#GRAVATAR_ENABLED=false #CMD_ALLOW_GRAVATAR=false

View file

@ -17,7 +17,6 @@ services:
- 'CMD_PROTOCOL_USESSL=true' #optional - 'CMD_PROTOCOL_USESSL=true' #optional
- 'CMD_PORT=${WEB_PORT:-8394}' #optional - 'CMD_PORT=${WEB_PORT:-8394}' #optional
- 'CMD_DB_DIALECT=${DATABASE_DIALECT:-mariadb}' #optional - 'CMD_DB_DIALECT=${DATABASE_DIALECT:-mariadb}' #optional
- 'CMD_ALLOW_GRAVATAR=${GRAVATAR_ENABLED:true}' #optional
- CMD_ALLOW_ORIGIN=['${DOMAIN}'] #optional - CMD_ALLOW_ORIGIN=['${DOMAIN}'] #optional
volumes: volumes:
- '${DIR_CONFIG:-./config}:/config' - '${DIR_CONFIG:-./config}:/config'