name: handbrake
services:
handbrake:
container_name: handbrake
network_mode: host
image: jlesage/handbrake
volumes:
- ./config:/config:rw
- ./data:/storage:ro
- ./data/HandBrake/watch:/watch:rw
- ./data/HandBrake/output:/output:rw
environment:
- WEB_LISTENING_PORT=5800
# 需要ssl
- WEB_AUTHENTICATION=1
- WEB_AUTHENTICATION_USERNAME=test
- WEB_AUTHENTICATION_PASSWORD=test