chore: import DH V2 D5.6.4 production baseline

This commit is contained in:
DH V2
2026-09-05 10:12:35 -03:00
commit 82213e72f5
757 changed files with 84218 additions and 0 deletions
+34
View File
@@ -0,0 +1,34 @@
# Despliegue DH V2 — Fase A5
## Precondiciones
- A4 `v0.4.0` desplegada;
- ZIP A5 subido a `/var/www/dhv2.korexlabs.com`;
- conservar el `.env` existente;
- no modificar `dh.korexlabs.com`.
## Orden
1. crear backup previo;
2. validar y extraer el ZIP;
3. validar Compose;
4. compilar API y Web;
5. recrear API y Web;
6. validar health, endpoint protegido y footer.
No se ejecutan migraciones.
## Resultado esperado
```json
{
"status": "ok",
"service": "dhv2-api",
"api": "v3",
"version": "0.5.0",
"phase": "A5",
"database": "ok"
}
```
Sin sesión, `/api/v3/audit` debe responder `401`.