Stuff
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user