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/notifiarr-stack.yml
John 3e30c33fbe
Some checks failed
Deploy Stack to Swarm / deploy (push) Failing after 58s
staging for gitea runner
2025-11-12 17:46:19 -05:00

22 lines
411 B
YAML

services:
notifiarr:
image: golift/notifiarr:latest
hostname: notifiarr
networks:
- homelab
ports:
- "5454:5454"
volumes:
- /home/doc/projects/swarm-data/appdata/Notifiarr:/config
- /var/run/docker.sock:/var/run/docker.sock:ro
environment:
- TZ=America/New_York
- PUID=1000
- PGID=1000
deploy:
replicas: 1
networks:
homelab:
external: true