Fix folder name - Part 2

This commit is contained in:
WilliamMiceli
2018-07-10 16:12:02 -04:00
parent 3a987fa0e9
commit 99fb93763a
4 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
version: '2'
services:
bind:
image: sameersbn/bind
dns:
- localhost
environment:
WEBMIN_ENABLED: ${WEBMIN_ENABLED}
{{- if eq .Values.WEBMIN_ENABLED "true"}}
ROOT_PASSWORD: ${WEBMIN_ROOT_PASS}
{{- end}}
labels:
{{- if (.Values.HOST_LABEL)}}
io.rancher.scheduler.affinity:host_label: ${HOST_LABEL}
{{- end}}
ports:
- "53:53/tcp"
- "53:53/udp"
{{- if eq .Values.WEBMIN_ENABLED "true"}}
- "${WEBMIN_PORT}:10000"
{{- end}}
restart: on-failure
volumes:
- ${STORAGE_BASE_DIR}${DATA_DIR}:/data