mirror of
https://github.com/Dokploy/templates.git
synced 2026-06-15 20:25:24 +02:00
* Add blueprints for wanderer and yamtrack applications with Docker configurations and templates * Add Vikunja blueprint * Add Tor Browser blueprint with Docker configuration and template * Add Picsur image hosting blueprint with Docker configuration and template * Create new blueprint for deploying Pastefy with MariaDB and OAuth support * Added Morsphs * Add KitchenOwl blueprint with Docker Compose configuration and template * Add Kokoro Web blueprint with Docker Compose configuration and template * added HortusFox * added gitingest * Add Etherpad blueprint with Docker Compose configuration and template * Add drawnix blueprint with Docker Compose configuration and template * arranged Meta
21 lines
385 B
TOML
21 lines
385 B
TOML
[variables]
|
|
main_domain = "${domain}"
|
|
display_width = "1920"
|
|
display_height = "1080"
|
|
keep_app_running = "1"
|
|
timezone = "Europe/Vienna"
|
|
|
|
[config]
|
|
[[config.domains]]
|
|
serviceName = "tor"
|
|
port = 5800
|
|
host = "${main_domain}"
|
|
|
|
[config.env]
|
|
DISPLAY_WIDTH = "${display_width}"
|
|
DISPLAY_HEIGHT = "${display_height}"
|
|
KEEP_APP_RUNNING = "${keep_app_running}"
|
|
TZ = "${timezone}"
|
|
|
|
[[config.mounts]]
|