mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-04 10:56:23 +00:00
12 lines
376 B
YAML
12 lines
376 B
YAML
services:
|
|
handbrake:
|
|
image: ${HANDBRAKE_IMAGE:-jlesage/handbrake:latest}
|
|
volumes:
|
|
- "${VOL_CONFIG_PATH:-./}/config/ghb:/config/ghb"
|
|
- "${VOL_PATH:-./data}/handbrake/storage:/storage"
|
|
- "${VOL_PATH:-./data}/handbrake/complete:/output"
|
|
- "${VOL_PATH:-./data}/handbrake/watch:/watch"
|
|
restart: "unless-stopped"
|
|
ports:
|
|
- "5800:5800"
|