1
0
Fork 0
 
Go to file
Daniele Tricoli b4351df3c3 Mention the volume for docker.sock 2021-01-13 03:28:46 +01:00
Dockerfile Initial import 2021-01-13 01:29:09 +01:00
README.md Mention the volume for docker.sock 2021-01-13 03:28:46 +01:00

README.md

pod-drone-runner

Deploy

Dokku

dokku apps:create runner

dokku config:set runner --no-restart DRONE_RPC_SECRET=<secret>
dokku config:set runner --no-restart DRONE_RPC_HOST=<secret>
dokku config:set runner --no-restart DRONE_RPC_PROTO=https
dokku config:set runner --no-restart DRONE_RUNNER_CAPACITY=2

dokku storage:mount runner /var/run/docker.sock:/var/run/docker.sock

git push dokku main:main