Merge branch 'main' of gitea:services/traefik
This commit is contained in:
@@ -96,6 +96,14 @@ http:
|
|||||||
- redirect-to-https
|
- redirect-to-https
|
||||||
service: noop@internal
|
service: noop@internal
|
||||||
|
|
||||||
|
bazarr-http:
|
||||||
|
rule: "Host(`bazarr.aetoskia.com`)"
|
||||||
|
entryPoints:
|
||||||
|
- web
|
||||||
|
middlewares:
|
||||||
|
- redirect-to-https
|
||||||
|
service: noop@internal
|
||||||
|
|
||||||
prowlarr-http:
|
prowlarr-http:
|
||||||
rule: "Host(`prowlarr.aetoskia.com`)"
|
rule: "Host(`prowlarr.aetoskia.com`)"
|
||||||
entryPoints:
|
entryPoints:
|
||||||
@@ -129,7 +137,7 @@ http:
|
|||||||
service: noop@internal
|
service: noop@internal
|
||||||
|
|
||||||
gitea-http:
|
gitea-http:
|
||||||
rule: "Host(`gitea.aetoskia.com`)"
|
rule: "Host(`git.aetoskia.com`)"
|
||||||
entryPoints:
|
entryPoints:
|
||||||
- web
|
- web
|
||||||
middlewares:
|
middlewares:
|
||||||
@@ -227,6 +235,14 @@ http:
|
|||||||
tls:
|
tls:
|
||||||
certResolver: aetoskia
|
certResolver: aetoskia
|
||||||
|
|
||||||
|
bazarr:
|
||||||
|
rule: "Host(`bazarr.aetoskia.com`)"
|
||||||
|
entryPoints:
|
||||||
|
- websecure
|
||||||
|
service: bazarr-svc
|
||||||
|
tls:
|
||||||
|
certResolver: aetoskia
|
||||||
|
|
||||||
prowlarr:
|
prowlarr:
|
||||||
rule: "Host(`prowlarr.aetoskia.com`)"
|
rule: "Host(`prowlarr.aetoskia.com`)"
|
||||||
entryPoints:
|
entryPoints:
|
||||||
@@ -263,7 +279,7 @@ http:
|
|||||||
|
|
||||||
# Codebase
|
# Codebase
|
||||||
gitea:
|
gitea:
|
||||||
rule: "Host(`gitea.aetoskia.com`)"
|
rule: "Host(`git.aetoskia.com`)"
|
||||||
entryPoints:
|
entryPoints:
|
||||||
- websecure
|
- websecure
|
||||||
service: gitea-svc
|
service: gitea-svc
|
||||||
@@ -345,6 +361,11 @@ http:
|
|||||||
servers:
|
servers:
|
||||||
- url: "http://server-pi:7878"
|
- url: "http://server-pi:7878"
|
||||||
|
|
||||||
|
bazarr-svc:
|
||||||
|
loadBalancer:
|
||||||
|
servers:
|
||||||
|
- url: "http://server-pi:6767"
|
||||||
|
|
||||||
prowlarr-svc:
|
prowlarr-svc:
|
||||||
loadBalancer:
|
loadBalancer:
|
||||||
servers:
|
servers:
|
||||||
|
|||||||
Reference in New Issue
Block a user