Upload files to "compose/notifarr"
This commit is contained in:
parent
9a82983d97
commit
a302ef7772
22
compose/notifarr/docker-compose.yml
Normal file
22
compose/notifarr/docker-compose.yml
Normal 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
|
Loading…
Reference in New Issue
Block a user