mirror of
https://github.com/Dokploy/templates
synced 2025-06-26 18:16:07 +00:00
feat: use main_domain as mm domain
This commit is contained in:
@@ -3,7 +3,7 @@ main_domain = "${domain}"
|
|||||||
|
|
||||||
[config]
|
[config]
|
||||||
env = [
|
env = [
|
||||||
"Domain=mm.example.com",
|
"Domain=${main_domain}",
|
||||||
"POSTGRES_USER=mmuser",
|
"POSTGRES_USER=mmuser",
|
||||||
"POSTGRES_PASSWORD=mmuser_password",
|
"POSTGRES_PASSWORD=mmuser_password",
|
||||||
"POSTGRES_DB=mattermost",
|
"POSTGRES_DB=mattermost",
|
||||||
|
|||||||
Reference in New Issue
Block a user