12 lines
336 B
YAML
12 lines
336 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
|