mirror of
https://github.com/Ladebeze66/devsite.git
synced 2026-05-11 16:56:26 +02:00
836 B
836 B
Ports et URLs
| Service | Port usuel | URL locale typique | Rôle |
|---|---|---|---|
| Next.js | 3000 | http://localhost:3000 | Site public, App Router |
| Strapi | 1337 | http://localhost:1337/admin | CMS, API /api |
| FastAPI (GrasBot) | 8000 | http://localhost:8000 | /ask, /health, /reload-vault |
| Ollama | 11434 | http://localhost:11434 | Inférence LLM |
Production (rappel)
- API Strapi publique (ex.) :
https://api.fernandgrascalvet.com - API LLM hébergée (proxy Next) :
llmapi.fernandgrascalvet.com— le front en prod appelle souvent celle-là viaapp/api/proxy, paslocalhost:8000.
Le navigateur en dev pointe le CMS selon getApiUrl (souvent localhost:1337 en local).