Added Web UI port

This commit is contained in:
WilliamMiceli
2018-07-11 01:22:43 -04:00
parent bce43e4229
commit 407294d502

View File

@@ -3,6 +3,7 @@ services:
traefik:
image: traefik:latest
command: --api --docker
labels:
{{- if (.Values.HOST_LABEL)}}
io.rancher.scheduler.affinity:host_label: ${HOST_LABEL}
@@ -10,6 +11,7 @@ services:
ports:
- "80:80"
- "443:443"
- "8080:8080"
restart: always
volumes:
- /var/run/docker.sock:/var/run/docker.sock