GitDeployHub

brajevicm/typescript-onion

github.com/brajevicm/typescript-onion ↗
Node.js API
17 environment variables found in .env.example

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

  • SERVER_PORT
  • LOGGER_LEVEL
  • LOGGER_ENABLED
  • DATABASE_TYPE
  • DATABASE_HOST
  • DATABASE_PORT
  • DATABASE_NAME
  • DATABASE_USERNAME
  • DATABASE_PASSWORD secret
  • REDIS_HOST
  • REDIS_PORT
  • MAIL_HOST
  • MAIL_PORT
  • MAIL_USERNAME
  • MAIL_PASSWORD secret
  • MAIL_ENABLED
  • JWT_SECRET secret
Alternative Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/brajevicm/typescript-onion
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/brajevicm/typescript-onion
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/brajevicm/typescript-onion
Or deploy to a different host
← Try another repo