runner registration token
continuous-integration/drone/push Build is passing Details

This commit is contained in:
giles 2023-10-20 13:52:13 +01:00
parent 8e3cb2e31a
commit b6725246a8
1 changed files with 5 additions and 3 deletions

View File

@ -39,13 +39,15 @@ services:
restart_policy:
condition: any
image: gitea/act_runner:latest
volumes:
- /var/run/docker.sock:/var/run/docker.sock
networks:
- appnet
environment:
# - e CONFIG_FILE=/config.yaml \
- e GITEA_INSTANCE_URL=https://sigyl.com/git/
- e GITEA_RUNNER_REGISTRATION_TOKEN=$RUNNER_REGISTRATION_TOKEN
- e GITEA_RUNNER_NAME="giles-test"
- GITEA_INSTANCE_URL=https://sigyl.com/git/
- GITEA_RUNNER_REGISTRATION_TOKEN=$RUNNER_REGISTRATION_TOKEN
- GITEA_RUNNER_NAME="giles-test"
# - e GITEA_RUNNER_LABELS=<runner_labels> \
volumes:
gitea-app: