hedgedoc. Trying to fix env variables interpolation in the container.
This commit is contained in:
parent
21f7cb00db
commit
a8646b7949
|
@ -16,9 +16,9 @@ services:
|
|||
#- 'CMD_URL_ADDPORT=false' #optional
|
||||
- 'CMD_PROTOCOL_USESSL=true' #optional
|
||||
- 'CMD_PORT=${WEB_PORT:-8394}' #optional
|
||||
- CMD_ALLOW_ORIGIN=['${DOMAIN}'] #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'
|
||||
extra_hosts:
|
||||
|
|
Loading…
Reference in a new issue