Files
infra/mini-pc/gitea-runner/docker-compose.yml
T
Dmitry c65c5cc54d
Deploy mini-pc / deploy (push) Has been cancelled
Update docker-compose.yml
2026-05-30 14:35:10 +03:00

17 lines
425 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: mini-pc-runner
GITEA_RUNNER_LABELS: mini-pc
dns:
- 1.1.1.1
- 8.8.8.8