Commit f3aa1c3
committed
fix: step 6 should only start infrastructure services
- Explicitly list infrastructure services in docker compose up command
- Exclude frontend, backend, and nginx from Step 6 startup
- Prevents frontend build failure when only infrastructure is needed
- Frontend/backend are started separately in Steps 11-12
Fixes: frontend service build failure in Step 6 when npm ci fails
Infrastructure services: timescaledb, redis, kafka, etcd, minio, milvus1 parent ccc0055 commit f3aa1c3
1 file changed
Lines changed: 12 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2513 | 2513 | | |
2514 | 2514 | | |
2515 | 2515 | | |
| 2516 | + | |
| 2517 | + | |
| 2518 | + | |
| 2519 | + | |
| 2520 | + | |
| 2521 | + | |
| 2522 | + | |
| 2523 | + | |
| 2524 | + | |
| 2525 | + | |
| 2526 | + | |
2516 | 2527 | | |
2517 | 2528 | | |
2518 | 2529 | | |
| |||
2521 | 2532 | | |
2522 | 2533 | | |
2523 | 2534 | | |
2524 | | - | |
| 2535 | + | |
2525 | 2536 | | |
2526 | 2537 | | |
2527 | 2538 | | |
| |||
0 commit comments