From fab7170e9bcab0747c525d5af30408df448732a3 Mon Sep 17 00:00:00 2001 From: WilliamMiceli <9000802+WilliamMiceli@users.noreply.github.com> Date: Mon, 27 Aug 2018 19:27:19 -0400 Subject: [PATCH] Added URL environment variable --- 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 4cee06a..e2b1302 100644 --- a/templates/Ghost/0/docker-compose.yml +++ b/templates/Ghost/0/docker-compose.yml @@ -6,6 +6,10 @@ services: dns: - 1.1.1.1 - 1.0.0.1 + environment: + {{- if .Values.TRAEFIK_HOST}} + URL: https://${TRAEFIK_HOST} + {{- end}} labels: io.rancher.container.pull_image: always {{- if .Values.HOST_LABEL}}