Rename public discovery app from "finder" to "koja"

Rebrand the public café-discovery app: directories web/finder→web/koja and
docker/finder→docker/koja, plus all service wiring (docker-compose, Caddy
subdomain koja.meezi.ir, env vars KOJA_PORT / NEXT_PUBLIC_KOJA_URL, CI
workflows) and the app's display name (Koja / کجا).

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
soroush.asadi
2026-05-29 17:02:22 +03:30
parent 16cff8730b
commit 289c808257
43 changed files with 74 additions and 58 deletions
+5 -5
View File
@@ -58,20 +58,20 @@ jobs:
env:
NEXT_PUBLIC_API_URL: http://localhost:5080
# ── Finder: typecheck ──────────────────────────────────────────────────────
finder:
name: Finder (Next.js typecheck)
# ── Koja: typecheck ─────────────────────────────────────────────────────────
koja:
name: Koja (Next.js typecheck)
runs-on: ubuntu-latest
defaults:
run:
working-directory: web/finder
working-directory: web/koja
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "20"
cache: npm
cache-dependency-path: web/finder/package-lock.json
cache-dependency-path: web/koja/package-lock.json
- run: npm install --legacy-peer-deps --ignore-scripts
- run: npx tsc --noEmit
env:
+2 -2
View File
@@ -32,7 +32,7 @@ jobs:
run: |
docker compose build --parallel \
--build-arg BUILDKIT_INLINE_CACHE=1 \
api web website finder
api web website koja
env:
DOCKER_BUILDKIT: 1
COMPOSE_DOCKER_CLI_BUILD: 1
@@ -43,7 +43,7 @@ jobs:
docker compose up -d \
--remove-orphans \
--no-deps \
postgres redis api web website finder
postgres redis api web website koja
# Wait for API healthcheck before declaring success
- name: Wait for API health