Refactor config to use GITEA_BASE_URL
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 37s

This commit is contained in:
Ben
2026-01-01 05:23:00 +00:00
parent a152406475
commit 59c50c4cde
2 changed files with 2 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ services:
# VCS Config
- VCS__PROVIDER=GITEA
- VCS__HTTP_CLIENT__API_TOKEN=${GITEA_TOKEN}
- VCS__HTTP_CLIENT__API_URL=${GITEA_API_URL:-http://gitea-server:3000/api/v1/}
- VCS__HTTP_CLIENT__API_URL=${GITEA_BASE_URL:-http://gitea-server:3000}/api/v1/
volumes:
- xai-cache:/root/.cache