Modified Traefik labels to only the essentials

This commit is contained in:
WilliamMiceli
2018-08-27 17:43:42 -04:00
parent 554ae50514
commit 33a0cd0ff6

View File

@@ -13,8 +13,6 @@ services:
MYSQL_PASSWORD: ${DB_USER_PASS} MYSQL_PASSWORD: ${DB_USER_PASS}
NEXTCLOUD_ADMIN_USER: ${NC_ADMIN} NEXTCLOUD_ADMIN_USER: ${NC_ADMIN}
NEXTCLOUD_ADMIN_PASSWORD: ${NC_ADMIN_PASS} NEXTCLOUD_ADMIN_PASSWORD: ${NC_ADMIN_PASS}
# expose:
# - "80"
labels: labels:
io.rancher.container.pull_image: always io.rancher.container.pull_image: always
{{- if (.Values.HOST_LABEL)}} {{- if (.Values.HOST_LABEL)}}
@@ -23,8 +21,7 @@ services:
traefik.enable: true traefik.enable: true
traefik.frontend.rule: Host:cloudtest.williammiceli.systems traefik.frontend.rule: Host:cloudtest.williammiceli.systems
traefik.port: "80" traefik.port: "80"
traefik.backend: Nextcloud traefik.frontend.entryPoints: https
traefik.frontend.entryPoints: http,https
links: links:
- mysql - mysql
networks: networks: