mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-08 15:35:24 +02:00
- Created a new TOML configuration file for Jenkins blueprint. - Defined main domain variable and service configuration for Jenkins. - Set serviceName to "jenkins" with port 8080 and host as the main domain.
13 lines
150 B
TOML
13 lines
150 B
TOML
[variables]
|
|
main_domain = "${domain}"
|
|
|
|
[config]
|
|
env = {}
|
|
mounts = []
|
|
|
|
[[config.domains]]
|
|
serviceName = "jenkins"
|
|
port = 8080
|
|
host = "${main_domain}"
|
|
|