GitDeployHub

digitalinnovationone/mandai

github.com/digitalinnovationone/mandai ↗
Unknown stack
1 environment variable found in apps/web/.env.example

Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.

  • NEXT_PUBLIC_API_BASE_URL URL da API backend (Fastify) Localmente: http://localhost:3001 Em produção: URL do projeto mandai-api na Vercel
Best match Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/digitalinnovationone/mandai
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/digitalinnovationone/mandai
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/digitalinnovationone/mandai
Or deploy to a different host
← Try another repo