Environment variables lowercase per official docs....weird.
This commit is contained in:
@@ -8,8 +8,8 @@ services:
|
|||||||
- 1.0.0.1
|
- 1.0.0.1
|
||||||
environment:
|
environment:
|
||||||
{{- if .Values.TRAEFIK_HOST}}
|
{{- if .Values.TRAEFIK_HOST}}
|
||||||
NODE_ENV: production
|
node_env: production
|
||||||
URL: https://${TRAEFIK_HOST}
|
url: https://${TRAEFIK_HOST}
|
||||||
{{- end}}
|
{{- end}}
|
||||||
labels:
|
labels:
|
||||||
io.rancher.container.pull_image: always
|
io.rancher.container.pull_image: always
|
||||||
|
|||||||
Reference in New Issue
Block a user