Add ecm
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user