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}}