Adding traefic labels to make Lidarr exposable.

This commit is contained in:
Andrew Brereton 2022-10-08 08:19:05 +11:00
parent b8b8b7e3d0
commit 7a28fc3a92

View File

@ -16,3 +16,10 @@ services:
restart: unless-stopped
networks:
- tipi_main_network
labels:
traefik.enable: ${APP_EXPOSED}
traefik.http.routers.lidarr.rule: Host(`${APP_DOMAIN}`)
traefik.http.routers.lidarr.entrypoints: websecure
traefik.http.routers.lidarr.service: lidarr
traefik.http.routers.lidarr.tls.certresolver: myresolver
traefik.http.services.lidarr.loadbalancer.server.port: 8686