Map of the current infrastucture
You will need:
- A Postgres instance
- A Redis instance
- An Elasticsearch instance
- One, or many, processes to serve:
- Api + Job consumer
- App (dashboard frontend)
- Emails
- Fill all secrets required in
.env.example
or in your deploy env. See Secrets
# Backend
npx turbo run build --ignore app
# Frontend
npx turbo run build --filter app
You should check the current Dockerfile for inspiration. NB: specfy.io is currently built and hosted by Vercel