Files
CI-CD-for-mods--example-/docker-compose.yaml
T
2026-06-01 21:41:03 +03:00

14 lines
415 B
YAML

services:
runner:
image: docker.io/gitea/act_runner:latest
environment:
CONFIG_FILE: /config.yaml
GITEA_INSTANCE_URL: https://gitea.aklivtsov.tech/
GITEA_RUNNER_REGISTRATION_TOKEN: "C67eFmGfmFK5IJgAOGRNXRluDllRQCIu7Ok1Zzhw"
GITEA_RUNNER_NAME: "standard_runner"
volumes:
- ./config.yaml:/config.yaml
- ./data:/data
- /var/run/docker.sock:/var/run/docker.sock