Drone CI: Allow more memory per stage

This commit is contained in:
Tobias Manske 2023-08-22 18:16:22 +02:00
parent 498d4d369b
commit f1c820a76a
Signed by: tobias
GPG Key ID: 9164B527694A0709

View File

@ -19,6 +19,7 @@ services:
restart: always
environment:
- "DOCKER_HOST=tcp://dind:2375"
- "DRONE_LIMIT_MEM=8192000000"
- "DRONE_RPC_SECRET={{ gitea.drone.rpc_secret }}"
- "DRONE_RPC_HOST=drone.tobiasmanske.de"
- "DRONE_RPC_PROTO=https"