first commit

This commit is contained in:
kbe
2025-05-29 19:47:22 +02:00
commit 683b593fb2
4 changed files with 122 additions and 0 deletions

14
docker-compose.yml Normal file
View File

@@ -0,0 +1,14 @@
version: "3.8"
services:
runner:
image: docker.io/gitea/act_runner:0.2.11
environment:
CONFIG_FILE: /config.yaml
GITEA_INSTANCE_URL: "${INSTANCE_URL:-http://gitea.cyanet.fr}"
GITEA_RUNNER_REGISTRATION_TOKEN: "${REGISTRATION_TOKEN:-DqceMupGHXDkNkxCT6kvNOihzQLidlLIXK1b1KdW}"
GITEA_RUNNER_NAME: "${RUNNER_NAME:-gl502vmk}"
GITEA_RUNNER_LABELS: "${RUNNER_LABELS}:-ubuntu-22.04"
volumes:
- ./config.yaml:/config.yaml
- ./data:/data
- /var/run/docker.sock:/var/run/docker.sock