1
0
Fork 0
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
Daniele Tricoli b4351df3c3 Mention the volume for docker.sock 2 years ago
Dockerfile Initial import 2 years ago
README.md Mention the volume for docker.sock 2 years ago

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