mirror of
https://github.com/Dokploy/templates
synced 2025-06-26 18:16:07 +00:00
fix: postgresql path
This commit is contained in:
@@ -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 = []
|
||||
|
||||
|
||||
Reference in New Issue
Block a user