use local git repo - basic features seem to work
Some checks are pending
Deploy Next.js site to Pages / build (push) Waiting to run
Deploy Next.js site to Pages / search-tests (push) Blocked by required conditions
Deploy Next.js site to Pages / deploy (push) Blocked by required conditions

This commit is contained in:
Gerhard Scheikl
2026-04-01 20:18:20 +02:00
parent fc107d576c
commit 982f4109cf
7 changed files with 29 additions and 160 deletions

View File

@@ -9,10 +9,6 @@ services:
- TINA_PUBLIC_IS_LOCAL=false
- NEXTAUTH_SECRET=${NEXTAUTH_SECRET}
- NEXTAUTH_URL=${NEXTAUTH_URL:-http://localhost:3000}
- GITEA_TOKEN=${GITEA_TOKEN}
- GITEA_OWNER=${GITEA_OWNER:-LinumIQ}
- GITEA_REPO=${GITEA_REPO:-docs}
- GITEA_URL=${GITEA_URL:-https://git.linumiq.com}
- TINA_GIT_BRANCH=${TINA_GIT_BRANCH:-main}
- KV_REST_API_URL=http://redis-http:80
- KV_REST_API_TOKEN=${KV_REST_API_TOKEN}