mirror of
https://github.com/Dokploy/templates.git
synced 2026-06-16 04:35:25 +02:00
* Add parseable * Update docker-compose.yml * Update docker-compose.yml * Update blueprints/parseable/template.toml --------- Co-authored-by: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com> Co-authored-by: Mauricio Siu <siumauricio@icloud.com>
17 lines
308 B
TOML
17 lines
308 B
TOML
[variables]
|
|
main_domain = "${domain}"
|
|
parseable_username = "${username}"
|
|
parseable_password = "${password:32}"
|
|
|
|
[config]
|
|
|
|
[[config.domains]]
|
|
serviceName = "parseable"
|
|
port = 8000
|
|
host = "${main_domain}"
|
|
|
|
[config.env]
|
|
PARSEABLE_USERNAME = "${parseable_username}"
|
|
PARSEABLE_PASSWORD = "${parseable_password}"
|
|
|