Added some more traefik labels

This commit is contained in:
WilliamMiceli
2018-07-17 06:33:14 -04:00
parent 4293448ecd
commit 1d6fafce72

View File

@@ -22,12 +22,14 @@ services:
{{- end}} {{- end}}
traefik.enable: true traefik.enable: true
traefik.alias: cloudtest.williammiceli.systems traefik.alias: cloudtest.williammiceli.systems
traefik.frontend.rule: Host:cloudtest.williammiceli.systems
traefik.port: 9000 traefik.port: 9000
traefik.acme: true traefik.acme: true
traefik.backend: Nextcloud traefik.backend: Nextcloud
traefik.frontend.entryPoints: http,https traefik.frontend.entryPoints: http,https
traefik.docker.network: public traefik.docker.network: public
networks: networks:
- default
- nextcloud-net - nextcloud-net
- public - public
ports: ports: