21 lines
392 B
YAML
Executable File
21 lines
392 B
YAML
Executable File
version: '3'
|
|
|
|
services:
|
|
jf:
|
|
image: jellyfin/jellyfin:latest
|
|
volumes:
|
|
- /Volumes/ServiceDrive/Media_Test/:/media
|
|
- jf-data:/config
|
|
- jf-cache:/cache
|
|
ports:
|
|
- "8080:8096"
|
|
- "8443:8920"
|
|
- "1900:1900"
|
|
jf-detector:
|
|
image: hub.ducoterra.net/ducoterra/jf-detector:0.0.4
|
|
build: .
|
|
command: sleep infinity
|
|
|
|
volumes:
|
|
jf-data:
|
|
jf-cache: |