Added URL environment variable

This commit is contained in:
WilliamMiceli
2018-08-27 19:27:19 -04:00
parent fa6cfe6c5c
commit fab7170e9b

View File

@@ -6,6 +6,10 @@ services:
dns: dns:
- 1.1.1.1 - 1.1.1.1
- 1.0.0.1 - 1.0.0.1
environment:
{{- if .Values.TRAEFIK_HOST}}
URL: https://${TRAEFIK_HOST}
{{- end}}
labels: labels:
io.rancher.container.pull_image: always io.rancher.container.pull_image: always
{{- if .Values.HOST_LABEL}} {{- if .Values.HOST_LABEL}}