fichiers docker

This commit is contained in:
2025-02-25 20:00:50 +01:00
parent 0d2840e87f
commit edba466018
30 changed files with 1304 additions and 0 deletions

View File

@@ -0,0 +1,30 @@
###########################################################################
###########################################################################
##
## Docker Compose File: Whisparr (Hotio.Dev)
## Function: Adult Media Library Manager
##
## Documentation: https://wiki.servarr.com/whisparr
##
###########################################################################
###########################################################################
services:
whisparr:
image: hotio/whisparr:nightly
container_name: whisparr
restart: unless-stopped
volumes:
- ${FOLDER_FOR_DATA:?err}/whisparr:/config
- ${FOLDER_FOR_MEDIA:?err}:/data
ports:
- "${WEBUI_PORT_WHISPARR:?err}:6969"
environment:
- PUID=${PUID:?err}
- PGID=${PGID:?err}
- UMASK=${UMASK:?err}
- TZ=${TIMEZONE:?err}
networks:
default:
name: mediastack
external: true