Fix core compose SQL settings

This commit is contained in:
toki 2026-05-26 10:52:25 +09:00
parent 741363d9d4
commit 60eb73c281

View file

@ -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}