hedgedoc. Trying to fix env variables interpolation in the container.

This commit is contained in:
Alexey Skobkin 2024-09-21 20:56:13 +03:00
parent 21f7cb00db
commit a8646b7949
Signed by: skobkin
GPG key ID: 4389E670595BF8A8

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: