auto: sync 2026-05-28

This commit is contained in:
2026-05-28 10:01:56 +02:00
parent 5d3187181d
commit 0f174ae967
14 changed files with 448 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
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: "ct104-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:
- "996"