GitDeployHub

diego3g/umbriel

github.com/diego3g/umbriel ↗
Node.js API
16 environment variables found in .env.local.example

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

  • NODE_ENV App
  • PORT
  • DATABASE_HOST Database
  • DATABASE_PORT
  • DATABASE_USER
  • DATABASE_PASS
  • DATABASE_NAME
  • REDIS_HOST Redis
  • REDIS_POST
  • REDIS_PASS
  • REDIS_DB
  • KAFKA_BROKERS Kafka
  • KAFKA_USERNAME
  • KAFKA_PASSWORD secret
  • AWS_ACCESS_KEY_ID secret Amazon SES
  • AWS_SECRET_ACCESS_KEY secret
Alternative Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/diego3g/umbriel
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/diego3g/umbriel
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/diego3g/umbriel
Or deploy to a different host
← Try another repo