trying to add gitea

This commit is contained in:
2026-02-22 03:08:09 +01:00
parent 7564da1148
commit a033efad5b
6 changed files with 111 additions and 1 deletions

View File

@@ -75,3 +75,18 @@ services:
depends_on:
- prometheus
- db
act-runner:
image: gitea/act_runner:latest
restart: unless-stopped
environment:
- GITEA_INSTANCE_URL=https://gitea.cato447.de
- GITEA_RUNNER_REGISTRATION_TOKEN=${ACT_RUNNER_TOKEN}
- GITEA_RUNNER_NAME=tutor-runner
- GITEA_RUNNER_LABELS=ubuntu-latest:docker://node:22
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- ./data/act_runner:/data
- ./data/slides:/slides
- ./data/exports:/exports
mem_limit: 2g