drone: set runner capacity to 8 (#532)
Co-authored-by: Michael Grote <michael.grote@posteo.de> Reviewed-on: #532
This commit is contained in:
parent
03b237635b
commit
7eb25fd0b6
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ services:
|
||||||
# container-name des servers
|
# container-name des servers
|
||||||
DRONE_RPC_HOST: drone-server
|
DRONE_RPC_HOST: drone-server
|
||||||
DRONE_RPC_SECRET: {{ lookup('keepass', 'drone_rpc_secret', 'password') }}
|
DRONE_RPC_SECRET: {{ lookup('keepass', 'drone_rpc_secret', 'password') }}
|
||||||
DRONE_RUNNER_CAPACITY: 4
|
DRONE_RUNNER_CAPACITY: 8
|
||||||
DRONE_RUNNER_NAME: drone-runner
|
DRONE_RUNNER_NAME: drone-runner
|
||||||
ports:
|
ports:
|
||||||
- '3000:3000'
|
- '3000:3000'
|
||||||
|
|
Loading…
Reference in a new issue