Skip to content

Octorunner

Upstream

  • self-hosted runner for LAN targeted workflows
  • environment vars configured in portainer
  • secret held in 1Password
Compose
---
services:
  github-runner:
    container_name: github-runner
    image: ghcr.io/wesleyem/octorunner:latest
    environment:
      REPO: wesleyem/homelab
      TOKEN: ${RUNNER_TOKEN}
    restart: unless-stopped