docker compose
This commit is contained in:
parent
33126d7220
commit
c82237e7e4
@ -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
13
docker-compose.yml
Normal 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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user