374 B
374 B
How to setup the runner
Place a .env file with the following contents in the root dir:
GITEA_INSTANCE_LEVEL_TOKEN=PLACE_YOUR_GITEA_RUNNER_REGISTRATION_TOKEN_HERE
How to start the runner
Start with:
sudo docker compose up -d
When you want to rebuild the runner (this creates a new runner) run:
sudo docker compose up --build -d