Add dispatcharr
This commit is contained in:
@@ -7,6 +7,7 @@ volumes:
|
|||||||
notifiarr_data:
|
notifiarr_data:
|
||||||
seerr_data:
|
seerr_data:
|
||||||
syncthing_data:
|
syncthing_data:
|
||||||
|
dispatcharr_data:
|
||||||
|
|
||||||
services:
|
services:
|
||||||
jellyfin:
|
jellyfin:
|
||||||
@@ -116,3 +117,17 @@ services:
|
|||||||
- "22000:22000/tcp"
|
- "22000:22000/tcp"
|
||||||
- "22000:22000/udp"
|
- "22000:22000/udp"
|
||||||
- "21027:21027/udp"
|
- "21027:21027/udp"
|
||||||
|
|
||||||
|
dispatcharr:
|
||||||
|
image: ghcr.io/dispatcharr/dispatcharr:latest
|
||||||
|
restart: unless-stopped
|
||||||
|
container_name: dispatcharr
|
||||||
|
ports:
|
||||||
|
- "9191:9191"
|
||||||
|
volumes:
|
||||||
|
- dispatcharr_data:/data
|
||||||
|
environment:
|
||||||
|
- DISPATCHARR_ENV=aio
|
||||||
|
- REDIS_HOST=localhost
|
||||||
|
- CELERY_BROKER_URL=redis://localhost:6379/0
|
||||||
|
- DISPATCHARR_LOG_LEVEL=info
|
||||||
|
|||||||
Reference in New Issue
Block a user