Skip to content

Commit

Permalink
fix mattermost
Browse files Browse the repository at this point in the history
  • Loading branch information
qiaofeng1227 authored Dec 24, 2023
1 parent 4d7fa44 commit e582399
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion apps/mattermost/.env
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ W9_NETWORK=websoft9
# -- below from official .env
MM_BLEVESETTINGS_INDEXDIR=/mattermost/bleve-indexes
MM_SQLSETTINGS_DRIVERNAME=postgres
MM_SQLSETTINGS_DATASOURCE=postgres://postgres:${W9_POWER_PASSWORD}@$W9_ID-postgresql:5432/${W9_ID}?sslmode=disable&connect_timeout=10
MM_SQLSETTINGS_DATASOURCE=postgres://$W9_ID:${W9_POWER_PASSWORD}@postgres:5432/${W9_ID}-postgresql?sslmode=disable&connect_timeout=10
MM_SERVICESETTINGS_SITEURL=http://${W9_URL}
1 change: 1 addition & 0 deletions apps/mattermost/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ services:
- TZ
- POSTGRES_PASSWORD:$W9_POWER_PASSWORD
- POSTGRES_DB:$W9_ID
- POSTGRES_USER: $W9_ID

networks:
default:
Expand Down

0 comments on commit e582399

Please sign in to comment.