19 lines
546 B
Plaintext
19 lines
546 B
Plaintext
TYPE=drone-docker-runner
|
|
|
|
DOMAIN=drone-docker-runner.example.com
|
|
LETS_ENCRYPT_ENV=production
|
|
|
|
DRONE_RPC_HOST=drone.example.com
|
|
# Max concurrent pipeline jobs per runner (default 4). Use 1-2 on small hosts (e.g. 2GB RAM).
|
|
# DRONE_RUNNER_CAPACITY=4
|
|
|
|
# Optional memory limits for pipeline containers (bytes). Unset = no limit.
|
|
# Example: 629145600 = 600MiB
|
|
# DRONE_MEMORY_LIMIT=
|
|
# DRONE_MEMORY_SWAP_LIMIT=
|
|
|
|
# Grace period before SIGKILL on stop (default 10s). For long builds use e.g. 1h.
|
|
# DRONE_RUNNER_STOP_GRACE_PERIOD=10s
|
|
|
|
RPC_SECRET_VERSION=v1
|