Files
infra/mini-pc/gitea-runner/docker-compose.yml
T
Dmitry 0935602fcd
Deploy mini-pc / deploy (push) Failing after 1s
Deploy ru-vps / deploy (push) Failing after 0s
Deploy cloud-pc / deploy (push) Failing after 1s
Add /opt/services volume to Gitea runner configurations for cloud-pc, mini-pc, and ru-vps services
2026-05-27 18:11:44 +03:00

14 lines
406 B
YAML

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