Update docker-compose.yml.tpl

This commit is contained in:
annerajb 2017-08-02 17:00:41 -04:00 committed by GitHub
parent 56199081f8
commit fc3a285aa7

View File

@ -33,7 +33,9 @@ services:
AZURE_RESOURCE_GROUP: ${AZURE_RESOURCE_GROUP} AZURE_RESOURCE_GROUP: ${AZURE_RESOURCE_GROUP}
volumes: volumes:
- /var/lib/rancher:/var/lib/rancher - /var/lib/rancher:/var/lib/rancher
- lets-encrypt:/etc/letsencrypt {{- if .Values.VOLUME_NAME}}
- {{.Values.VOLUME_NAME}}:/etc/letsencrypt
{{- end }}
labels: labels:
io.rancher.container.create_agent: 'true' io.rancher.container.create_agent: 'true'
io.rancher.container.agent.role: 'environment' io.rancher.container.agent.role: 'environment'