This commit is contained in:
2026-02-26 16:59:39 -06:00
parent 30476c3594
commit b563acf258

View File

@@ -8,6 +8,7 @@ volumes:
seerr_data: seerr_data:
syncthing_data: syncthing_data:
dispatcharr_data: dispatcharr_data:
ecm_data:
services: services:
jellyfin: jellyfin:
@@ -133,3 +134,11 @@ services:
- REDIS_HOST=localhost - REDIS_HOST=localhost
- CELERY_BROKER_URL=redis://localhost:6379/0 - CELERY_BROKER_URL=redis://localhost:6379/0
- DISPATCHARR_LOG_LEVEL=info - 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