14 lines
415 B
YAML
14 lines
415 B
YAML
services:
|
|
runner:
|
|
image: gitea/act_runner:nightly
|
|
restart: unless-stopped
|
|
environment:
|
|
# CONFIG_FILE: /config.yaml
|
|
GITEA_INSTANCE_URL: ${INSTANCE_URL}
|
|
GITEA_RUNNER_REGISTRATION_TOKEN: ${RUNNER_REGISTRATION_TOKEN}
|
|
GITEA_RUNNER_NAME: ${RUNNER_NAME}
|
|
# GITEA_RUNNER_LABELS: ${RUNNER_LABELS}
|
|
volumes:
|
|
- ./data:/data
|
|
- /var/run/docker.sock:/var/run/docker.sock
|