This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
services: | |
runner: | |
image: knatnetwork/github-runner:jammy-2.315.0 | |
restart: always | |
environment: | |
RUNNER_REGISTER_TO: 'org-name' | |
RUNNER_LABELS: 'purpose1,spec2' | |
KMS_SERVER_ADDR: 'http://kms:3000' | |
ADDITIONAL_FLAGS: '--ephemeral' | |
# I setup a CNTLM proxy and listens to docker0 interface |