mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-08 15:35:24 +02:00
- Reformatted tag lists for consistency across multiple entries. - Added new entry for MAZANOKE, a self-hosted image hosting platform, including relevant links and tags. Co-authored-by: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com>
11 lines
148 B
TOML
11 lines
148 B
TOML
[variables]
|
|
main_domain = "${domain}"
|
|
|
|
[config]
|
|
env = {}
|
|
mounts = []
|
|
|
|
[[config.domains]]
|
|
serviceName = "mazanoke"
|
|
port = 80
|
|
host = "${main_domain}" |