mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-08 15:35:24 +02:00
* Refactor meta.json: streamline tag formatting for consistency across entries and add new Poke entry with relevant details. * Update poke blueprint metadata and replace logo file * Update meta.json --------- Co-authored-by: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com>
19 lines
257 B
TOML
19 lines
257 B
TOML
[variables]
|
|
main_domain = "${domain}"
|
|
|
|
[config]
|
|
[[config.domains]]
|
|
serviceName = "poke"
|
|
port = 6003
|
|
host = "${main_domain}"
|
|
|
|
[config.env]
|
|
|
|
[[config.mounts]]
|
|
filePath = "/poketube/config.json"
|
|
content = """
|
|
{
|
|
"server_port": 6003,
|
|
"image_proxy": ""
|
|
}
|
|
""" |