Added some traefik labels
This commit is contained in:
@@ -20,6 +20,13 @@ services:
|
|||||||
{{- if (.Values.HOST_LABEL)}}
|
{{- if (.Values.HOST_LABEL)}}
|
||||||
io.rancher.scheduler.affinity:host_label: ${HOST_LABEL}
|
io.rancher.scheduler.affinity:host_label: ${HOST_LABEL}
|
||||||
{{- end}}
|
{{- end}}
|
||||||
|
traefik.enable: true
|
||||||
|
traefik.alias: cloudtest
|
||||||
|
traefik.domain: williammiceli.systems
|
||||||
|
traefik.port: 9000
|
||||||
|
traefik.acme: true
|
||||||
|
traefik.backend: Nextcloud
|
||||||
|
traefik.frontend.entryPoints: http,https
|
||||||
networks:
|
networks:
|
||||||
- nextcloud-net
|
- nextcloud-net
|
||||||
ports:
|
ports:
|
||||||
|
|||||||
Reference in New Issue
Block a user