Files
CI-CD-for-mods--example-/docker-compose.yaml
T
LeterZP 06dfa18efa
What is this shit? / Pull repo (push) Has been cancelled
Added all files needed
2026-05-16 23:34:23 +03:00

14 lines
461 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