15 lines
431 B
Plaintext
15 lines
431 B
Plaintext
RECIPE=forgejo-runner
|
|
|
|
# The level of logging, can be trace, debug, info, warn, error, fatal
|
|
LOG_LEVEL=info
|
|
|
|
CACHE_ENABLED=false
|
|
|
|
# Defines the number of concrurrent tasks to be run
|
|
RUNNER_CAPACITY=1
|
|
|
|
RUNNER_TIMEOUT=3h
|
|
|
|
# Set to 'host', to use the host network or any other. By using 'default', the runner gets configured to use the internal network of its own stack, so the action can access the docker
|
|
#CONTAINER_NETWORK=default
|