implement tdarr
Some checks are pending
PVE2 Infrastructure Deploy / terraform (push) Waiting to run
Some checks are pending
PVE2 Infrastructure Deploy / terraform (push) Waiting to run
This commit is contained in:
parent
b2e69cc7bf
commit
720ab1e555
1 changed files with 10 additions and 0 deletions
10
lxc3/tdarr.yml
Normal file
10
lxc3/tdarr.yml
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
services:
|
||||||
|
tdarr:
|
||||||
|
container_name: tdarr
|
||||||
|
image: haveagitgat/tdarr:latest
|
||||||
|
ports:
|
||||||
|
- 8265:8265 # WebUI
|
||||||
|
volumes:
|
||||||
|
- /mnt:/media # Your recovered files
|
||||||
|
- /docker/tdarr/server:/app/server
|
||||||
|
- /docker/tdarr/configs:/app/configs
|
||||||
Loading…
Reference in a new issue