GitDeployHub

basemax/rabbitmqordergo

github.com/basemax/rabbitmqordergo ↗
Go
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.

  • HTTP_SERVER_PORT Http Server
  • HTTP_SERVER_ADDRESS
  • MYSQL_USER MySQL Database
  • MYSQL_PASSWORD secret
  • MYSQL_ROOT_PASSWORD secret
  • MYSQL_DATABASE
  • MYSQL_HOSTNAME
  • RABBIT_USER RabbitMQ Server
  • RABBIT_PASSWORD secret
  • RABBIT_HOSTNAME
  • JWT_SECRET secret
  • ADMIN_NAME Default Admin
  • ADMIN_PASSWORD secret
  • ADMIN_EMAIL
  • MAIL_FROM_ADDRESS Mail
  • MAIL_FROM_NAME
  • MAIL_PASSWORD secret
  • MAIL_HOST
  • MAIL_PORT
  • MAIL_SERVER
Best match Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/basemax/rabbitmqordergo
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/basemax/rabbitmqordergo
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/basemax/rabbitmqordergo
Or deploy to a different host
← Try another repo