docker compose

This commit is contained in:
Joren 2024-09-15 00:17:16 +02:00
parent 33126d7220
commit c82237e7e4
Signed by: Joren
GPG Key ID: 280E33DFBC0F1B55
2 changed files with 15 additions and 1 deletions

View File

@ -6,7 +6,8 @@ RUN apk add --no-cache \
zlib-dev \ zlib-dev \
bash \ bash \
curl \ curl \
ffmpeg ffmpeg \
bento4
COPY . /app COPY . /app

13
docker-compose.yml Normal file
View File

@ -0,0 +1,13 @@
services:
drmdtool:
image: jorenschip/drmdtool:latest
container_name: drmdtool_container
ports:
- "8080:8080"
volumes:
- /mnt/media:/app/Videos
- /tmp/nre:/app/tmp
environment:
- FORMAT=mp4
restart: unless-stopped