Fix core compose SQL settings
This commit is contained in:
parent
741363d9d4
commit
60eb73c281
1 changed files with 2 additions and 0 deletions
|
|
@ -39,6 +39,8 @@ services:
|
|||
- ../data/client-plugins:/mattermost/client/plugins
|
||||
- ../data/bleve-indexes:/mattermost/bleve-indexes
|
||||
environment:
|
||||
- MM_SQLSETTINGS_DRIVERNAME=postgres
|
||||
- MM_SQLSETTINGS_DATASOURCE=postgres://mmuser:${NEXO_DB_PASSWORD:-mmuser_password}@db:5432/mattermost?sslmode=disable&connect_timeout=10
|
||||
- MM_DBSETTINGS_DRIVERNAME=postgres
|
||||
- MM_DBSETTINGS_DATASOURCE=postgres://mmuser:${NEXO_DB_PASSWORD:-mmuser_password}@db:5432/mattermost?sslmode=disable&connect_timeout=10
|
||||
- MM_SERVICESETTINGS_SITEURL=${NEXO_SITE_URL:-http://localhost:18065}
|
||||
|
|
|
|||
Loading…
Reference in a new issue