feat: add Traefik labels for tunarr service configuration
This commit is contained in:
parent
966efb5b20
commit
cacc89fcb1
@ -33,4 +33,12 @@ services:
|
||||
max-size: "10m"
|
||||
max-file: "3"
|
||||
labels:
|
||||
- "komodo.managed=true"
|
||||
- "komodo.managed=true"
|
||||
- "traefik.enable=true"
|
||||
- "traefik.http.routers.tunarr.entrypoints=websecure"
|
||||
- "traefik.http.routers.tunarr.rule=Host(`tunarr.castaldifamily.com`)"
|
||||
- "traefik.http.routers.tunarr.tls=true"
|
||||
- "traefik.http.routers.tunarr.tls.certresolver=cloudflare"
|
||||
- "traefik.http.routers.tunarr.service=tunarr"
|
||||
- "traefik.http.services.tunarr.loadbalancer.server.port=8000"
|
||||
- "traefik.http.routers.tunarr.middlewares=authentik-auth@file"
|
||||
Loading…
x
Reference in New Issue
Block a user