| Service | Type | Command |
|---|---|---|
| hydra-api | Web | uvicorn stellarhydra.api.main:app --host 0.0.0.0 --port $PORT |
| hydra-worker | Worker | celery -A stellarhydra.workers.celery_app worker --loglevel=info |
| redis | Redis | Managed Redis or Render Redis |
Set all variables from .env.example. Bind HTTP to 0.0.0.0:$PORT per Render requirements.
- Path:
/health - Expect
200withredis: okwhen cache is reachable
- Keep
DRIPS_DRY_RUN=trueuntil Drips Wave API contract is confirmed (PRD OQ1). - Co-locate with StellarRoute Phase A when hosting credits are available (PRD OQ6).