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
|
||||
http:
|
||||
routers:
|
||||
git:
|
||||
homebox:
|
||||
entryPoints:
|
||||
- websecure
|
||||
tls:
|
||||
certResolver: letsencrypt
|
||||
http2:
|
||||
service: git
|
||||
service: homebox
|
||||
rule: Host(`box.bunny-lab.io`)
|
||||
|
||||
middlewares:
|
||||
- "auth-bunny-lab-io" # Referencing the Keycloak Server
|
||||
services:
|
||||
git:
|
||||
homebox:
|
||||
loadBalancer:
|
||||
servers:
|
||||
- url: http://192.168.5.25:3100
|
||||
|
Reference in New Issue
Block a user