implement tdarr
Some checks are pending
PVE2 Infrastructure Deploy / terraform (push) Waiting to run

This commit is contained in:
admin 2026-02-09 07:25:47 -07:00
parent b2e69cc7bf
commit 720ab1e555

10
lxc3/tdarr.yml Normal file
View 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