Some checks failed
Deploy to Swarm / deploy (push) Failing after 2s

This commit is contained in:
2025-10-25 12:34:39 -04:00
parent 8f9bd5ec8d
commit 5e6489b67d
14 changed files with 0 additions and 412 deletions

View File

@@ -1,28 +0,0 @@
services:
radarr:
image: lscr.io/linuxserver/radarr:latest
networks:
- homelab
ports:
- 7878:7878
environment:
- PUID=1000
- PGID=1000
- TZ=Etc/UTC
volumes:
- /mnt/swarm-data/radarr:/config
- /mnt/data:/data
healthcheck:
test: [ "CMD", "curl", "-f", "http://localhost:7878/ping" ]
interval: 30s
timeout: 10s
retries: 3
start_period: 60s
deploy:
replicas: 1
placement:
constraints:
- node.role == worker
networks:
homelab:
external: true