16 lines
387 B
YAML
16 lines
387 B
YAML
volumes:
|
|
data:
|
|
|
|
services:
|
|
encodarr-runner:
|
|
image: brenekh/encodarr-runner:latest
|
|
container_name: encodarr-runner
|
|
volumes:
|
|
- /mnt/data/docker/encodarr/runner:/config:rw
|
|
environment:
|
|
- TZ=Europe/Paris
|
|
- ENCODARR_RUNNER_NAME=${RUNNER}
|
|
- ENCODARR_RUNNER_CONTROLLER_IP=${IP}
|
|
- ENCODARR_RUNNER_CONTROLLER_PORT=8123
|
|
restart: unless-stopped
|