diff --git a/cloud-pc/gitea-runner/docker-compose.yml b/cloud-pc/gitea-runner/docker-compose.yml new file mode 100644 index 0000000..8775b23 --- /dev/null +++ b/cloud-pc/gitea-runner/docker-compose.yml @@ -0,0 +1,11 @@ +services: + gitea-runner: + image: gitea/act_runner:latest + restart: always + volumes: + - /var/run/docker.sock:/var/run/docker.sock + - /srv/stacks/gitea-runner/data:/data + environment: + GITEA_INSTANCE_URL: https://git.ada-dev.ru + GITEA_RUNNER_REGISTRATION_TOKEN: ${TOKEN} + GITEA_RUNNER_NAME: cloud-pc-runner \ No newline at end of file