This repository has been archived on 2025-11-16. You can view files and clone it, but cannot push or open issues or pull requests.
Files
swarm-production/stacks/media/sonarr/stack.yml
John Allison 8f9bd5ec8d
Some checks failed
Deploy to Swarm / deploy (push) Failing after 3s
New Services:
2025-10-25 12:33:03 -04:00

23 lines
396 B
YAML

services:
sonarr:
image: lscr.io/linuxserver/sonarr:latest
networks:
- homelab
ports:
- 8989:8989
environment:
- PUID=1000
- PGID=1000
- TZ=Etc/UTC
volumes:
- /mnt/swarm-data/sonarr:/config
- /mnt/data:/data
deploy:
replicas: 1
placement:
constraints:
- node.role == worker
networks:
homelab:
external: true