mirror of
https://github.com/Dokploy/templates.git
synced 2026-03-11 17:48:11 -05:00
Poke adding new templet (#222)
* 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>
This commit is contained in:
committed by
GitHub
parent
74ae0fe5ff
commit
dd2a349a4d
5
blueprints/poke/docker-compose.yml
Normal file
5
blueprints/poke/docker-compose.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
version: "3.8"
|
||||
services:
|
||||
poke:
|
||||
image: codeberg.org/poketube/poke:amd64
|
||||
restart: unless-stopped
|
||||
BIN
blueprints/poke/image.png
Normal file
BIN
blueprints/poke/image.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 8.9 KiB |
19
blueprints/poke/template.toml
Normal file
19
blueprints/poke/template.toml
Normal file
@@ -0,0 +1,19 @@
|
||||
[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": ""
|
||||
}
|
||||
"""
|
||||
Reference in New Issue
Block a user