Added all files needed
What is this shit? / Pull repo (push) Has been cancelled

This commit is contained in:
LeterZP
2026-05-16 23:34:23 +03:00
commit 06dfa18efa
6 changed files with 61 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
services:
runner:
image: docker.io/gitea/act_runner:latest
environment:
CONFIG_FILE: /config.yaml
GITEA_INSTANCE_URL: https://gitea.aklivtsov.tech/
GITEA_RUNNER_REGISTRATION_TOKEN: "C67eFmGfmFK5IJgAOGRNXRluDllRQCIu7Ok1Zzhw" # ключ зависит от раннера
GITEA_RUNNER_NAME: "standard_runner"
volumes:
- ./config.yaml:/config.yaml
- ./data:/data
- /var/run/docker.sock:/var/run/docker.sock