mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-20 21:35:24 +02:00
Create template.toml
This commit is contained in:
committed by
GitHub
parent
4e52a303ba
commit
98699c6178
19
blueprints/flarum/template.toml
Normal file
19
blueprints/flarum/template.toml
Normal file
@@ -0,0 +1,19 @@
|
||||
[variables]
|
||||
main_domain = "${domain}"
|
||||
db_password = "${password:16}"
|
||||
db_root_password = "${password:16}"
|
||||
db_user = "flarum"
|
||||
db_name = "flarum"
|
||||
|
||||
[config]
|
||||
[[config.domains]]
|
||||
serviceName = "flarum"
|
||||
port = 8000
|
||||
host = "${main_domain}"
|
||||
|
||||
[config.env]
|
||||
FLARUM_DOMAIN = "${main_domain}"
|
||||
DB_NAME = "${db_name}"
|
||||
DB_USER = "${db_user}"
|
||||
DB_PASSWORD = "${db_password}"
|
||||
MYSQL_ROOT_PASSWORD = "${db_root_password}"
|
||||
Reference in New Issue
Block a user