GitDeployHub

alexeygrigorev/codehive

github.com/alexeygrigorev/codehive ↗
Node.js API
8 environment variables found in .env.example

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

  • CODEHIVE_HOST Server settings
  • CODEHIVE_PORT
  • CODEHIVE_DEBUG
  • CODEHIVE_DATABASE_URL secret For PostgreSQL (requires Docker or external server):
  • POSTGRES_USER PostgreSQL connection settings (used by docker-compose)
  • POSTGRES_PASSWORD secret
  • POSTGRES_DB
  • CODEHIVE_REDIS_URL secret Redis (optional -- empty = local in-process event bus) CODEHIVE_REDIS_URL= For Redis (requires Docker or external server):
Alternative Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/alexeygrigorev/codehive
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/alexeygrigorev/codehive
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/alexeygrigorev/codehive
Or deploy to a different host
← Try another repo