mirror of
https://github.com/Dokploy/templates
synced 2025-06-26 18:16:07 +00:00
mattermost
This commit is contained in:
19
blueprints/mattermost/template.toml
Normal file
19
blueprints/mattermost/template.toml
Normal file
@@ -0,0 +1,19 @@
|
||||
[variables]
|
||||
main_domain = "${domain}"
|
||||
|
||||
[config]
|
||||
env = [
|
||||
"POSTGRES_USER=mmuser",
|
||||
"POSTGRES_PASSWORD=mmuser_password",
|
||||
"POSTGRES_DB=mattermost",
|
||||
"MM_SQLSETTINGS_DRIVERNAME=postgres",
|
||||
"MM_SQLSETTINGS_DATASOURCE=postgres://${POSTGRES_USER}:${POSTGRES_PASSWORD}@postgres:5432/${POSTGRES_DB}?sslmode=disable&connect_timeout=10",
|
||||
"APP_PORT=8065",
|
||||
"TZ=UTC",
|
||||
]
|
||||
mounts = []
|
||||
|
||||
[[config.domains]]
|
||||
serviceName = "mattermost"
|
||||
port = 8065
|
||||
host = "${main_domain}"
|
||||
Reference in New Issue
Block a user