Upload files to "compose/notifarr"

This commit is contained in:
Ivo Oskamp 2024-12-20 22:36:54 +01:00
parent 9a82983d97
commit a302ef7772

View File

@ -0,0 +1,22 @@
networks:
frontend:
external: true
backend:
external: true
services:
dozzle:
container_name: notifarr
hostname: notifarr
image: golift/notifiarr:latest
restart: unless-stopped
security_opt:
- apparmor:unconfined
volumes:
- /docker/appdata/notifiarr:/config
- /var/run/utmp:/var/run/utmp
- /etc/machine-id:/etc/machine-id
ports:
- 5454:5454
networks:
- frontend