GitDeployHub

cardoso/combase

github.com/cardoso/combase ↗
Unknown stack
14 environment variables found in api/.env.example

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

  • PORT
  • NODE_ENV
  • APP_BASE
  • AUTH_SECRET secret
  • ALGOLIASEARCH_API_KEY secret
  • ALGOLIASEARCH_API_KEY_SEARCH secret
  • ALGOLIASEARCH_APPLICATION_ID
  • MONGODB_URI secret
  • REDIS_URL secret
  • STREAM_URL
  • CLOUDINARY_URL
  • PAPERTRAIL_API_TOKEN secret
  • MAILGUN_API_KEY secret
  • MAILGUN_DOMAIN secret
Best match Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/cardoso/combase
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/cardoso/combase
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/cardoso/combase
Or deploy to a different host
← Try another repo