Update Docker & Kubernetes/Docker/Docker Compose/Homebox.md

This commit is contained in:
2024-08-11 19:17:28 -06:00
parent 7a3fd14aaa
commit df3ea2aeb8

View File

@ -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