arr inits

This commit is contained in:
Aaron Pierson
2026-03-08 16:44:58 -05:00
parent 9f9780182a
commit 7e8e012417
8 changed files with 112 additions and 0 deletions

16
Lidarr/compose.yml Normal file
View File

@@ -0,0 +1,16 @@
---
services:
lidarr:
image: lscr.io/linuxserver/lidarr:latest
container_name: lidarr
environment:
- PUID=1000
- PGID=1000
- TZ=Etc/UTC
volumes:
- /path/to/lidarr/config:/config
- /path/to/music:/music #optional
- /path/to/downloads:/downloads #optional
ports:
- 8686:8686
restart: unless-stopped