Update comfigs for best practices

This commit is contained in:
2026-04-08 16:06:17 -07:00
parent f7d08333f1
commit 33df798c30
18 changed files with 411 additions and 115 deletions

View File

@@ -1,6 +1,6 @@
services:
radarr:
image: lscr.io/linuxserver/radarr:latest
image: lscr.io/linuxserver/radarr:6.0.4.10291-ls292
container_name: radarr
environment:
- PUID=1000
@@ -11,14 +11,23 @@ services:
- /mnt/storage/media/Movies:/movies
- /mnt/storage/media/KidsMovies:/kids
- /mnt/storage/downloads/movies:/downloads
ports:
- 7878:7878
restart: unless-stopped
extra_hosts:
- "host.docker.internal:host-gateway"
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:7878/ping"]
interval: 30s
timeout: 10s
retries: 3
start_period: 30s
deploy:
resources:
limits:
memory: 1G
cpus: '1.0'
networks:
- network
networks:
network:
name: proxy
external: true
network:
name: proxy
external: true