drone: set runner capacity to 8 (#532)

Co-authored-by: Michael Grote <michael.grote@posteo.de>
Reviewed-on: #532
This commit is contained in:
Michael Grote 2023-06-11 21:23:51 +02:00
parent 03b237635b
commit 7eb25fd0b6
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ services:
# container-name des servers
DRONE_RPC_HOST: drone-server
DRONE_RPC_SECRET: {{ lookup('keepass', 'drone_rpc_secret', 'password') }}
DRONE_RUNNER_CAPACITY: 4
DRONE_RUNNER_CAPACITY: 8
DRONE_RUNNER_NAME: drone-runner
ports:
- '3000:3000'