41 lines
825 B
YAML
41 lines
825 B
YAML
|
name: plex
|
||
|
ports:
|
||
|
- host: 32401
|
||
|
container: 32400
|
||
|
- host: 32469
|
||
|
container: 32469
|
||
|
- host: 3005
|
||
|
container: 3005
|
||
|
- host: 8324
|
||
|
container: 8324
|
||
|
- host: 1900
|
||
|
container: 1900
|
||
|
type: udp
|
||
|
- host: 32410
|
||
|
container: 32410
|
||
|
type: udp
|
||
|
- host: 32412
|
||
|
container: 32412
|
||
|
type: udp
|
||
|
- host: 32413
|
||
|
container: 32413
|
||
|
type: udp
|
||
|
- host: 32414
|
||
|
container: 32414
|
||
|
type: udp
|
||
|
containers:
|
||
|
- name: app
|
||
|
image: plex-app:latest
|
||
|
env-file: /mnt/hintonburggrad/envs/plex.env
|
||
|
volumes:
|
||
|
- host: /tmp/hintonburggrad/media
|
||
|
container: /data
|
||
|
- host: /tmp/hintonburggrad/apps/plex/database
|
||
|
container: /config
|
||
|
- host: /tmp/hintonburggrad/apps/plex/transcode
|
||
|
container: /transcode
|
||
|
build:
|
||
|
images:
|
||
|
- path: ./plex.Dockerfile
|
||
|
tag: plex-app
|