services/swarm/radarr.yaml
traveler 9b732fcfdd
Some checks are pending
Deploy on push / detect (push) Waiting to run
Deploy on push / deploy_swarm (push) Blocked by required conditions
Deploy on push / deploy_compose (push) Blocked by required conditions
Merge branch 'master' of http://192.168.5.10:3024/traveler/services
2026-05-07 22:19:31 -05:00

58 lines
1.5 KiB
YAML
Executable file

# Run with docker stack deploy -c radarr.yaml radarr
services:
radarr:
image: lscr.io/linuxserver/radarr:latest
environment:
TZ: America/Chicago
PGID: "1964"
PUID: "1964"
volumes:
- /DockerVol/Radarr:/config
- /data/nfs/znas/Data/:/data:shared
ports:
- 7878:7878
networks:
- netgrimoire
deploy:
restart_policy:
condition: any
delay: 5s
max_attempts: 3
window: 120s
placement:
constraints:
- node.platform.arch != aarch64
- node.hostname == docker5
- node.platform.arch != arm64
- node.platform.arch != arm
labels:
gremlin.version: "2026-04-1"
# --- Caddy ---
caddy: radarr.netgrimoire.com
caddy.reverse_proxy: radarr:7878
caddy.import_1: crowdsec
caddy.import_2: authentik
caddy.import: crowdsec
# caddy.import_1: authentik
# --- Uptime Kuma ---
# --- Homepage ---
homepage.group: Jolly Roger
homepage.name: Radarr
homepage.icon: radarr.png
homepage.href: https://radarr.netgrimoire.com
homepage.description: Movie Library
monitor.name: Radarr
monitor.url: http://radarr:7878
homepage.widget.type: radarr
homepage.widget.url: http://radarr:7878
homepage.widget.key: 1fb7e413a68e459cb08ab33b100a444a
# --- DIUN ---
diun.enable: "true"
networks:
netgrimoire:
external: true
#####