updates to handbrake heimdall and streama

This commit is contained in:
2023-10-06 18:06:53 -07:00
parent 15c070390d
commit e86c689df4
3 changed files with 37 additions and 22 deletions
+31
View File
@@ -0,0 +1,31 @@
---
version: "3"
###########################################################################################################################
# Handbrake
#
# DockerHub: https://hub.docker.com/r/jlesage/handbrake
#
# SAMPLE ENV
# <intentionally blank>
#
# NOTES
#
# You can specify read and write for example:
# "handbrake-storage:/storage:ro"
# "handbrake-output:/output:rw"
###########################################################################################################################
services:
handbrake:
image: jlesage/handbrake
volumes:
- ./data/config:/config
- ./data/raw:/storage
- ./data/watch:/watch
- ./data/processed:/output
restart: "no"
ports:
- "8000:5800"