Compose service registers against git.wampler.us via act_runner, mounts docker.sock for job execution. Secrets and runtime state (.env, data/) kept out of git. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
5 lines
212 B
Plaintext
5 lines
212 B
Plaintext
INSTANCE_URL=https://git.wampler.us
|
|
REGISTRATION_TOKEN=changeme
|
|
RUNNER_NAME=runner-01
|
|
RUNNER_LABELS=ubuntu-latest:docker://gitea/runner-images:ubuntu-latest,ubuntu-22.04:docker://gitea/runner-images:ubuntu-22.04
|