mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-23 21:36:41 +02:00
🔧 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:
parent
177e4eea88
commit
d5e18c9c27
14 changed files with 3702 additions and 10 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue