This commit is contained in:
Julien Calixte
2026-06-06 21:12:04 +02:00
parent 0fa9ab4a27
commit 0c545ee741
2 changed files with 15 additions and 0 deletions

View File

@@ -0,0 +1 @@
# Git runner

14
docker-compose.yml Normal file
View File

@@ -0,0 +1,14 @@
services:
runner:
image: gitea/act_runner:latest
restart: always
environment:
GITEA_INSTANCE_URL: "https://git.apoena.dev"
GITEA_RUNNER_REGISTRATION_TOKEN: "${GITEA_RUNNER_REGISTRATION_TOKEN}"
GITEA_RUNNER_NAME: "coolify-runner"
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- runner_data:/data
volumes:
runner_data: