Deploy runner with docker-compose
Pre-requisites
version: '3'
services:
runner:
image: ghcr.io/brainboard/runner:latest
restart: unless-stopped
command: /brainboard-runner run
volumes:
- "/var/run/docker.sock:/var/run/docker.sock"
- "./runner-config.yaml:/etc/brainboard-runner/config.yaml:ro"
- "/tmp:/tmp"level: warn
runner:
concurrency: 4
name: "self-hosted runner"
token: "your-runner-token"
api:
endpoint: "https://api.us1.brainboard.co"
docker:
registry: "ghcr.io/brainboard/plugins"
ecr_auth: falseConfiguration
Starting the runner
Register runner with your organization
Usage
Last updated