Update Docker & Kubernetes/Docker/Docker Compose/Homebox.md
This commit is contained in:
@ -37,17 +37,18 @@ If the container does not run on the same host as Traefik, you will need to manu
|
|||||||
``` yaml
|
``` yaml
|
||||||
http:
|
http:
|
||||||
routers:
|
routers:
|
||||||
git:
|
homebox:
|
||||||
entryPoints:
|
entryPoints:
|
||||||
- websecure
|
- websecure
|
||||||
tls:
|
tls:
|
||||||
certResolver: letsencrypt
|
certResolver: letsencrypt
|
||||||
http2:
|
http2:
|
||||||
service: git
|
service: homebox
|
||||||
rule: Host(`box.bunny-lab.io`)
|
rule: Host(`box.bunny-lab.io`)
|
||||||
|
middlewares:
|
||||||
|
- "auth-bunny-lab-io" # Referencing the Keycloak Server
|
||||||
services:
|
services:
|
||||||
git:
|
homebox:
|
||||||
loadBalancer:
|
loadBalancer:
|
||||||
servers:
|
servers:
|
||||||
- url: http://192.168.5.25:3100
|
- url: http://192.168.5.25:3100
|
||||||
|
Reference in New Issue
Block a user