From f01939085f3f6208de68c1d357015b4562677936 Mon Sep 17 00:00:00 2001 From: WilliamMiceli <9000802+WilliamMiceli@users.noreply.github.com> Date: Mon, 27 Aug 2018 17:51:54 -0400 Subject: [PATCH] Added Traefik lables --- templates/Ghost/0/docker-compose.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/templates/Ghost/0/docker-compose.yml b/templates/Ghost/0/docker-compose.yml index 9594ad4..35cf0b7 100644 --- a/templates/Ghost/0/docker-compose.yml +++ b/templates/Ghost/0/docker-compose.yml @@ -8,5 +8,9 @@ services: {{- if (.Values.HOST_LABEL)}} io.rancher.scheduler.affinity:host_label: ${HOST_LABEL} {{- end}} + traefik.enable: true + traefik.frontend.rule: Host:blog.williammiceli.me + traefik.port: "2368" + traefik.frontend.entryPoints: https ports: - "${WEB_PORT}:2368" \ No newline at end of file