diff --git a/caddy/Caddyfile b/caddy/Caddyfile index 3efb15c..af87238 100644 --- a/caddy/Caddyfile +++ b/caddy/Caddyfile @@ -33,6 +33,7 @@ import unprotected minio-admin host:9001 import unprotected loki host:3100 import protected grafana host:3333 +import protected readarr host:18787 import protected sonarr host:18989 import protected radarr host:17878 import protected bazarr host:16767 diff --git a/compose.yaml b/compose.yaml index 3165b8e..a1caf75 100644 --- a/compose.yaml +++ b/compose.yaml @@ -18,6 +18,7 @@ include: # Development - compose.gitea.yaml - tesla-api/compose.yaml + - goodwe/compose.yaml # Automation - compose.homeassistant.yaml @@ -31,6 +32,7 @@ include: - compose.qbittorrent.yaml # Media + - compose.readarr.yaml - compose.radarr.yaml - compose.sonarr.yaml - compose.bazarr.yaml