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