module

Yozgat::Deploy::TraefikGuide

Builds developer-facing guidance for routing a domain through Traefik on a repo-controlled (dockercompose) project. yozgat never edits the repo's compose file — the developer adds the labels and redeploys.

Class methods

build(router_name : String, domain_names : Array(String), service_port : Int64) : NamedTuple(status: String, explanation: String, snippet: String, steps: Array(String))
Source