Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
qiaofeng1227 authored Dec 24, 2023
1 parent cd43093 commit 5d1c5a5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
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://$W9_ID:${W9_POWER_PASSWORD}@${W9_ID}-postgresql:5432/${W9_ID}?sslmode=disable&connect_timeout=10
MM_SQLSETTINGS_DATASOURCE=postgres://postgres:${W9_POWER_PASSWORD}@${W9_ID}-postgresql:5432/${W9_ID}?sslmode=disable&connect_timeout=10
MM_SERVICESETTINGS_SITEURL=http://${W9_URL}
1 change: 0 additions & 1 deletion apps/mattermost/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ services:
- TZ
- POSTGRES_PASSWORD:$W9_POWER_PASSWORD
- POSTGRES_DB:$W9_ID
- POSTGRES_USER:$W9_ID

networks:
default:
Expand Down

0 comments on commit 5d1c5a5

Please sign in to comment.