Files
infra/cloud-pc/gitea-runner/docker-compose.yml
T
Dmitry e3b484812e
Deploy ru-vps / deploy (push) Failing after 15s
Deploy mini-pc / deploy (push) Failing after 5s
Deploy cloud-pc / deploy (push) Failing after 10s
Update deployment workflows and Docker Compose configurations for cloud-pc, mini-pc, and ru-vps services to specify correct runner labels and improve deployment processes.
2026-05-27 15:47:28 +03:00

13 lines
372 B
YAML

services:
gitea-runner:
image: gitea/act_runner:latest
restart: always
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /opt/data/gitea-runner:/data
environment:
GITEA_INSTANCE_URL: https://git.ada-dev.ru
GITEA_RUNNER_REGISTRATION_TOKEN: ${TOKEN}
GITEA_RUNNER_NAME: cloud-pc-runner
GITEA_RUNNER_LABELS: cloud-pc