mirror of
https://github.com/Dokploy/templates
synced 2025-06-26 18:16:07 +00:00
add plane
This commit is contained in:
22
blueprints/plane/template.toml
Normal file
22
blueprints/plane/template.toml
Normal file
@@ -0,0 +1,22 @@
|
||||
[variables]
|
||||
main_domain = "${domain}"
|
||||
|
||||
[config]
|
||||
env = [
|
||||
"Domain=${main_domain}",
|
||||
"POSTGRES_USER=mmuser",
|
||||
"POSTGRES_PASSWORD=mmuser_password",
|
||||
"POSTGRES_DB=mattermost",
|
||||
"RABBITMQ_DEFAULT_USER=plane",
|
||||
"RABBITMQ_DEFAULT_PASS=plane",
|
||||
"RABBITMQ_DEFAULT_VHOST=plane",
|
||||
"MINIO_ROOT_USER=minioaccesskey",
|
||||
"MINIO_ROOT_PASSWORD=miniorootpassword",
|
||||
"TZ=UTC",
|
||||
]
|
||||
mounts = []
|
||||
|
||||
[[config.domains]]
|
||||
serviceName = "mattermost"
|
||||
port = 8065
|
||||
host = "${main_domain}"
|
||||
Reference in New Issue
Block a user