add jellyfin services

This commit is contained in:
rebel onion 2025-06-21 08:13:42 -05:00
parent 50124a7efa
commit c0915a9695
5 changed files with 71 additions and 0 deletions

View file

@ -0,0 +1,10 @@
services:
speedrr:
image: itschasa/speedrr
container_name: speedrr
restart: unless-stopped
network_mode: host
environment:
SPEEDRR_CONFIG: /data/config.yaml
volumes:
- /home/docker/speedrr:/data