This repository has been archived on 2026-05-26. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
ct111-dev/act-runner/compose.yaml
T

18 lines
555 B
YAML

name: act-runner
services:
act-runner:
image: gitea/act_runner:latest
container_name: act-runner
restart: unless-stopped
environment:
GITEA_INSTANCE_URL: "https://git.nuclide.systems"
GITEA_RUNNER_REGISTRATION_TOKEN: "${ACT_TOKEN}"
GITEA_RUNNER_NAME: "ct111-runner"
GITEA_RUNNER_LABELS: "docker,ubuntu-latest:docker://node:20-bookworm,debian:docker://debian:bookworm"
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- ./data:/data
group_add:
- "991" # docker socket gid in CT 111