Files
infra/ru-vps/gitea-runner/docker-compose.yml
T
Dmitry 81110fa55b
Deploy ru-vps / deploy (push) Has been cancelled
Deploy mini-pc / deploy (push) Has been cancelled
Deploy cloud-pc / deploy (push) Has been cancelled
Replace image reference with build context in docker-compose files for gitea-runner and add Dockerfile for each service
2026-05-27 18:33:18 +03:00

14 lines
382 B
YAML

services:
gitea-runner:
build: .
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: ru-vps-runner
GITEA_RUNNER_LABELS: ru-vps