From b563acf258127eece81675c6d66f2af6a6e19ae6 Mon Sep 17 00:00:00 2001 From: Michael Davis Date: Thu, 26 Feb 2026 16:59:39 -0600 Subject: [PATCH] Add ecm --- starr/compose.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/starr/compose.yaml b/starr/compose.yaml index 9e37f7b..6a0857d 100644 --- a/starr/compose.yaml +++ b/starr/compose.yaml @@ -8,6 +8,7 @@ volumes: seerr_data: syncthing_data: dispatcharr_data: + ecm_data: services: jellyfin: @@ -133,3 +134,11 @@ services: - REDIS_HOST=localhost - CELERY_BROKER_URL=redis://localhost:6379/0 - DISPATCHARR_LOG_LEVEL=info + + ecm: + image: ghcr.io/motwakorb/enhancedchannelmanager:latest + ports: + - "6100:6100" # HTTP (always available) + - "6143:6143" # HTTPS (when TLS is enabled) + volumes: + - ecm_data:/config \ No newline at end of file