hedgedoc #124

Merged
skobkin merged 9 commits from feature_119_hedgedoc into master 2024-09-21 18:39:59 +00:00
Showing only changes of commit a8646b7949 - Show all commits

View file

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