Reset history to current sanitized state

This commit is contained in:
2026-08-17 15:36:17 +00:00
commit 6ca20d63f8
4 changed files with 474 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
services:
radarr:
image: lscr.io/linuxserver/radarr:latest
container_name: radarr
environment:
- PUID=1000 # Make sure this matches your host user
- PGID=1000 # Adjust for your group
- TZ=Etc/UTC
volumes:
- /srv/appdata/radarr/config:/config
- /srv/downloads:/downloads
- /etc/localtime:/etc/localtime:ro
- /data/Data1/jellyfin/Movies:/movies
- /data/Data1/radarr/recyclebin:/recyclebin
# ports:
# - 7878:7878
restart: unless-stopped
networks:
npm_proxy:
ipv4_address: 192.168.97.11
networks:
npm_proxy:
external: true