GitDeployHub

akollegger/drivine

github.com/akollegger/drivine ↗
Node.js API
20 environment variables found in .env.example

Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow. (showing first 20, more exist in .env.example)

  • NODE_ENV
  • LOG_LEVEL
  • DATABASE_TYPE
  • DATABASE_USER
  • DATABASE_PASSWORD secret
  • DATABASE_HOST
  • DATABASE_PORT
  • DATABASE_NAME This property is optional and defaults to the 'neo4j' database.
  • TRAFFIC_DATABASE_TYPE
  • TRAFFIC_DATABASE_USER
  • TRAFFIC_DATABASE_PASSWORD secret
  • TRAFFIC_DATABASE_HOST
  • TRAFFIC_DATABASE_PORT
  • WINE_DATABASE_TYPE
  • WINE_DATABASE_USER
  • WINE_DATABASE_PASSWORD secret
  • WINE_DATABASE_HOST
  • WINE_DATABASE_PORT
  • WINE_DATABASE_NAME This property is optional and defaults to the 'neo4j' database.
  • POSTGRES_DATABASE_TYPE
Alternative Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/akollegger/drivine
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/akollegger/drivine
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/akollegger/drivine
Or deploy to a different host
← Try another repo