Add notifiarr

This commit is contained in:
2026-02-25 22:33:41 -06:00
parent 8c23b75baa
commit 694be6eb5f

View File

@@ -50,3 +50,15 @@ services:
- PROWLARR__AUTH__METHOD=Forms - PROWLARR__AUTH__METHOD=Forms
- PROWLARR__AUTH__REQUIRED=DisabledForLocalAddresses - PROWLARR__AUTH__REQUIRED=DisabledForLocalAddresses
- PROWLARR__SERVER__URLBASE=prowlarr - PROWLARR__SERVER__URLBASE=prowlarr
notifiarr:
image: golift/notifiarr:latest
container_name: notifiarr
hostname: homelab-notifiarr
restart: unless-stopped
ports:
- "5454:5454"
volumes:
- ./homelab-starr/notifiarr:/config
- /var/run/utmp:/var/run/utmp
- /etc/machine-id:/etc/machine-id