forked from mirrors/mattermost-docker
remove MM settings used for testing
This commit is contained in:
parent
2f47ef778b
commit
7cfc0cc5e9
@ -38,12 +38,8 @@ services:
|
|||||||
- MM_SQLSETTINGS_DRIVERNAME
|
- MM_SQLSETTINGS_DRIVERNAME
|
||||||
- MM_SQLSETTINGS_DATASOURCE
|
- MM_SQLSETTINGS_DATASOURCE
|
||||||
|
|
||||||
|
# additional settings
|
||||||
- MM_SERVICESETTINGS_SITEURL
|
- MM_SERVICESETTINGS_SITEURL
|
||||||
- MM_LOGSETTINGS_CONSOLELEVEL
|
|
||||||
- MM_LOGSETTINGS_FILELEVEL
|
|
||||||
- MM_PASSWORDSETTINGS_MINIMUMLENGTH
|
|
||||||
- MM_PASSWORDSETTINGS_SYMBOL
|
|
||||||
- MM_PASSWORDSETTINGS_UPPERCASE
|
|
||||||
|
|
||||||
# If you use rolling image tags and feel lucky watchtower can automatically pull new images and
|
# If you use rolling image tags and feel lucky watchtower can automatically pull new images and
|
||||||
# instantiate containers from it. https://containrrr.dev/watchtower/
|
# instantiate containers from it. https://containrrr.dev/watchtower/
|
||||||
|
@ -66,8 +66,3 @@ MM_SQLSETTINGS_DATASOURCE=postgres://${POSTGRES_USER}:${POSTGRES_PASSWORD}@postg
|
|||||||
|
|
||||||
## Example settings (any additional setting added here also needs to be introduced in the docker-compose.yml)
|
## Example settings (any additional setting added here also needs to be introduced in the docker-compose.yml)
|
||||||
MM_SERVICESETTINGS_SITEURL=https://mm.example.com
|
MM_SERVICESETTINGS_SITEURL=https://mm.example.com
|
||||||
MM_LOGSETTINGS_CONSOLELEVEL=debug
|
|
||||||
MM_LOGSETTINGS_FILELEVEL=debug
|
|
||||||
MM_PASSWORDSETTINGS_MINIMUMLENGTH=6
|
|
||||||
MM_PASSWORDSETTINGS_SYMBOL='false'
|
|
||||||
MM_PASSWORDSETTINGS_UPPERCASE='false'
|
|
||||||
|
Loading…
Reference in New Issue
Block a user