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

This commit is contained in:
Alexey Skobkin 2024-09-21 21:00:19 +03:00
parent a8646b7949
commit a1fe0926f7
Signed by: skobkin
GPG key ID: 4389E670595BF8A8
2 changed files with 1 additions and 2 deletions

View file

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

View file

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