165af5e897fb04e09a6b852ba980ab03aadbcb44
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
Description
Languages
Shell
73.1%
Dockerfile
26.9%