add jellyfin services
This commit is contained in:
parent
50124a7efa
commit
c0915a9695
5 changed files with 71 additions and 0 deletions
10
main-docker/speedrr/compose.yaml
Normal file
10
main-docker/speedrr/compose.yaml
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue