This commit is contained in:
Eric Gullickson
2025-11-04 18:38:06 -06:00
parent d8d0ada83f
commit d4156cf521
20 changed files with 1149 additions and 186 deletions

View File

@@ -398,8 +398,11 @@ docker ps
docker logs mvp-backend -f
docker logs mvp-postgres -f
# Test health endpoints
curl http://localhost:3001/health # Backend (includes platform module)
# Test health endpoints (via Traefik)
curl https://motovaultpro.com/api/health # Backend (includes platform module)
# Or from within backend container
docker compose exec mvp-backend curl http://localhost:3001/health
```
### Database Access