- Bump MinerU version from 2.7.1 to 2.7.2 in .env.example, Dockerfile, README files, and docker-compose.yaml. - Update Gitea version from 1.25.2-rootless to 1.25.4-rootless in .env.example and docker-compose.yaml. - Add InfluxDB configuration files including .env.example, README.md, README.zh.md, and docker-compose.yaml with version 2.8.0. - Bump Phoenix version from 12.28.1-nonroot to 12.31.2-nonroot in .env.example and docker-compose.yaml, and update README files. - Introduce Selenium standalone configuration with version 144.0-20260120, including .env.example, README.md, README.zh.md, and docker-compose.yaml.
Gitea Runner
This service sets up a Gitea Runner.
Prerequisites
-
Generate the
config.yamlfile:docker run --entrypoint="" --rm -it gitea/act_runner:0.2.13 act_runner generate-config > config.yaml -
Configure
config.yaml, for example:cache: enabled: true dir: "" host: "192.168.8.17" port: 8088 -
Configure environment variables:
INSTANCE_URL=http://xxx:3000 REGISTRATION_TOKEN=xxxxxx RUNNER_NAME=runner-1 RUNNER_LABELS=xxxxxx
Start the Runner
docker compose up -d
Services
runner: The Gitea Runner service.
Configuration
Environment Variables
INSTANCE_URL: The URL of the Gitea instance.REGISTRATION_TOKEN: The registration token for the Gitea Runner.RUNNER_NAME: The name of the runner.RUNNER_LABELS: The labels for the runner.
Volumes
config.yaml: The configuration file for the Gitea Runner.data: A volume for storing runner data./var/run/docker.sock: For communicating with the Docker daemon.