Some checks failed
LabFusion CI/CD Pipeline / api-gateway (push) Failing after 3s
LabFusion CI/CD Pipeline / api-docs (push) Failing after 3s
LabFusion CI/CD Pipeline / service-adapters (push) Failing after 2s
LabFusion CI/CD Pipeline / frontend (push) Failing after 2s
LabFusion CI/CD Pipeline / security-scan (push) Has been skipped
LabFusion CI/CD Pipeline / integration-tests (push) Has been skipped
Docker Build and Push / build-and-push (push) Failing after 3m33s
Docker Build and Push / security-scan (push) Has been skipped
Docker Build and Push / deploy-staging (push) Has been skipped
Docker Build and Push / deploy-production (push) Has been skipped
Integration Tests / integration-tests (push) Failing after 2s
Integration Tests / performance-tests (push) Has been skipped
19 lines
760 B
Plaintext
19 lines
760 B
Plaintext
# Gitea Runners Environment Configuration
|
|
# Copy this file to .env.runners and update with your actual values
|
|
|
|
# Gitea instance URL (adjust port if different)
|
|
GITEA_INSTANCE_URL=http://localhost:3000
|
|
|
|
# Runner registration token (get this from Gitea Admin > Actions > Runners)
|
|
GITEA_RUNNER_TOKEN=your_runner_registration_token_here
|
|
|
|
# Optional: Override runner names
|
|
# GITEA_RUNNER_NAME_HEAVY=labfusion-runner-heavy
|
|
# GITEA_RUNNER_NAME_LIGHT=labfusion-runner-light
|
|
# GITEA_RUNNER_NAME_DOCKER=labfusion-runner-docker
|
|
# GITEA_RUNNER_NAME_SECURITY=labfusion-runner-security
|
|
|
|
# Docker Hub credentials (to avoid rate limits)
|
|
# Create a free Docker Hub account at https://hub.docker.com
|
|
DOCKER_USERNAME=your_dockerhub_username
|
|
DOCKER_PASSWORD=your_dockerhub_password |