You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
663 B
28 lines
663 B
4 years ago
|
# Docs: https://docs.drone.io/runner/docker/configuration/reference/
|
||
|
|
||
|
# Drone Agent general settings
|
||
|
DRONE_RPC_PROTO=http
|
||
|
DRONE_RPC_HOST=drone-server
|
||
|
DRONE_RPC_SECRET=
|
||
|
|
||
|
# Limits to prevent resource exhaustion (optional)
|
||
|
# Note: memory limits are in bytes
|
||
|
#DRONE_MEMORY_LIMIT=536870912 # 512 MiB
|
||
|
#DRONE_MEMORY_SWAP_LIMIT=0
|
||
|
#DRONE_RUNNER_CAPACITY=2
|
||
|
#DRONE_RUNNER_MAX_PROCS=2
|
||
|
|
||
|
# Agent name (optional)
|
||
|
#DRONE_RUNNER_NAME=
|
||
|
|
||
|
# Danger Zone (optional)
|
||
|
# Note: do not touch if you don't know exactly what you are doing!
|
||
|
#DRONE_HTTP_BIND=:3000
|
||
|
#DRONE_HTTP_HOST=
|
||
|
#DRONE_HTTP_PROTO=
|
||
|
#DRONE_UI_DISABLED=
|
||
|
#DRONE_UI_PASSWORD=
|
||
|
|
||
|
#VIRTUAL_HOST=runner.domain.tld
|
||
|
#VIRTUAL_PORT=3000
|