chore: add backquotes for downtify traefik labels
removed insecureTransport
This commit is contained in:
+12
-12
@@ -8,22 +8,22 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- ./Downtify_downloads:/downloads
|
- ./Downtify_downloads:/downloads
|
||||||
labels:
|
labels:
|
||||||
- traefik.enable=true
|
- "traefik.enable=true"
|
||||||
- traefik.http.services.downtify.loadbalancer.server.port=8000
|
- "traefik.http.services.downtify.loadbalancer.server.port=8000"
|
||||||
|
|
||||||
# Prod Router
|
# Prod Router
|
||||||
- traefik.http.routers.downtify.rule=Host(`downtify.forust.xyz`)
|
- "traefik.http.routers.downtify.rule=Host(`downtify.forust.xyz`)"
|
||||||
- traefik.http.routers.downtify.entrypoints=websecure
|
- "traefik.http.routers.downtify.entrypoints=websecure"
|
||||||
- traefik.http.routers.downtify.middlewares=security-chain@file
|
- "traefik.http.routers.downtify.middlewares=security-chain@file"
|
||||||
- traefik.http.routers.downtify.tls=true
|
- "traefik.http.routers.downtify.tls=true"
|
||||||
# Local Router
|
# Local Router
|
||||||
- traefik.http.routers.downtify-local.rule=Host(`downtify.workstation.internal`) || Host(`downtify.internal`)
|
- "traefik.http.routers.downtify-local.rule=Host(`downtify.workstation.internal`)"
|
||||||
- traefik.http.routers.downtify-local.entrypoints=websecure
|
- "traefik.http.routers.downtify-local.entrypoints=websecure"
|
||||||
- traefik.http.routers.downtify-local.tls=true
|
- "traefik.http.routers.downtify-local.tls=true"
|
||||||
# Dev Router
|
# Dev Router
|
||||||
- traefik.http.routers.downtify-dev.rule=Host(`downtify.gigaforust.internal`)
|
- "traefik.http.routers.downtify-dev.rule=Host(`downtify.gigaforust.internal`)"
|
||||||
- traefik.http.routers.downtify-dev.entrypoints=websecure
|
- "traefik.http.routers.downtify-dev.entrypoints=websecure"
|
||||||
- traefik.http.routers.downtify-dev.tls=true
|
- "traefik.http.routers.downtify-dev.tls=true"
|
||||||
networks:
|
networks:
|
||||||
- proxy
|
- proxy
|
||||||
networks:
|
networks:
|
||||||
|
|||||||
@@ -9,9 +9,10 @@ services:
|
|||||||
- proxy
|
- proxy
|
||||||
labels:
|
labels:
|
||||||
- "traefik.enable=true"
|
- "traefik.enable=true"
|
||||||
|
- "traefik.http.services.error-pages.loadbalancer.server.port=80"
|
||||||
# Error handler middleware
|
# Error handler middleware
|
||||||
- "traefik.http.middlewares.error-pages.errors.status=400-599"
|
- "traefik.http.middlewares.error-pages.errors.status=400-599"
|
||||||
- "traefik.http.middlewares.error-pages.errors.service=errorpage"
|
- "traefik.http.middlewares.error-pages.errors.service=error-pages"
|
||||||
- "traefik.http.middlewares.error-pages.errors.query=/{status}.html"
|
- "traefik.http.middlewares.error-pages.errors.query=/{status}.html"
|
||||||
networks:
|
networks:
|
||||||
proxy:
|
proxy:
|
||||||
|
|||||||
@@ -1,4 +0,0 @@
|
|||||||
http:
|
|
||||||
serversTransports:
|
|
||||||
insecureTransport:
|
|
||||||
insecureSkipVerify: true
|
|
||||||
|
|||||||
@@ -15,7 +15,6 @@ http:
|
|||||||
rule: "Host(`nextcloud.workstation.internal`)"
|
rule: "Host(`nextcloud.workstation.internal`)"
|
||||||
entrypoints:
|
entrypoints:
|
||||||
- websecure
|
- websecure
|
||||||
- web
|
|
||||||
service: nextcloud
|
service: nextcloud
|
||||||
middlewares:
|
middlewares:
|
||||||
- nextcloud-chain
|
- nextcloud-chain
|
||||||
@@ -26,7 +25,6 @@ http:
|
|||||||
rule: "Host(`nextcloud.gigaforust.internal`)"
|
rule: "Host(`nextcloud.gigaforust.internal`)"
|
||||||
entrypoints:
|
entrypoints:
|
||||||
- websecure
|
- websecure
|
||||||
- web
|
|
||||||
service: nextcloud
|
service: nextcloud
|
||||||
middlewares:
|
middlewares:
|
||||||
- nextcloud-chain
|
- nextcloud-chain
|
||||||
|
|||||||
Reference in New Issue
Block a user