Added URL environment variable
This commit is contained in:
@@ -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}}
|
||||
|
||||
Reference in New Issue
Block a user