🔧 fix(mac-mini): update health checks and disable missing services

- Disable api-gateway and skilltree-web (no working images/Dockerfiles)
- Fix mana-search Dockerfile healthcheck port and endpoint
- Update health-check.sh to skip disabled services
- Fix search service health endpoint (/api/v1/health)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Till-JS 2026-02-12 13:28:55 +01:00
parent 177e4eea88
commit d5e18c9c27
14 changed files with 3702 additions and 10 deletions

View file

@ -1137,7 +1137,10 @@ services:
retries: 3
start_period: 40s
# NOTE: skilltree-web disabled - Dockerfile needs pnpm deploy fix for shared packages
# TODO: Fix Dockerfile similar to mana-search to resolve @manacore/shared-vite-config
skilltree-web:
profiles: ["disabled"]
build:
context: .
dockerfile: apps/skilltree/apps/web/Dockerfile