fix: postgresql path

This commit is contained in:
naterfute
2025-03-31 22:41:39 -07:00
parent eca11956aa
commit 2b88339dff
2 changed files with 4 additions and 4 deletions

View File

@@ -3,6 +3,7 @@ main_domain = "${domain}"
[config]
env = [
"Domain=mm.example.com",
"POSTGRES_USER=mmuser",
"POSTGRES_PASSWORD=mmuser_password",
"POSTGRES_DB=mattermost",
@@ -10,7 +11,6 @@ env = [
"MM_SQLSETTINGS_DATASOURCE=postgres://${POSTGRES_USER}:${POSTGRES_PASSWORD}@postgres:5432/${POSTGRES_DB}?sslmode=disable&connect_timeout=10",
"APP_PORT=8065",
"TZ=UTC",
"MATTERMOST_CONTAINER_READONLY=false",
]
mounts = []