fichiers docker
This commit is contained in:
26
docker/docker-compose-notifiarr.yaml
Normal file
26
docker/docker-compose-notifiarr.yaml
Normal file
@@ -0,0 +1,26 @@
|
||||
###########################################################################
|
||||
###########################################################################
|
||||
##
|
||||
## Docker Compose File: Notifiarr
|
||||
##
|
||||
##
|
||||
## Documentation: https://github.com/Notifiarr/notifiarr/blob/main/examples/compose.yml
|
||||
###########################################################################
|
||||
###########################################################################
|
||||
services:
|
||||
notifiarr:
|
||||
image: golift/notifiarr:latest
|
||||
container_name: notifiarr
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ${FOLDER_FOR_DATA:?err}/notifiarr:/config
|
||||
- /var/run/utmp:/var/run/utmp
|
||||
- /etc/machine-id:/etc/machine-id
|
||||
ports:
|
||||
- "${WEBUI_PORT_NOTIFIARR:?err}:5454"
|
||||
|
||||
|
||||
networks:
|
||||
default:
|
||||
name: mediastack
|
||||
external: true
|
||||
Reference in New Issue
Block a user