mix nex.start (nex_core v0.4.3)

Copy Markdown

Start Nex production server.

Usage

mix nex.start

Environment Variables

PORT    Port to listen on (default: 4000)
HOST    Host to bind to (default: 0.0.0.0)

Example

PORT=8080 mix nex.start

This command is designed for production deployment on platforms like:

  • Railway
  • Fly.io
  • Docker containers
  • Traditional VPS

Summary

Functions

Callback implementation for Mix.Task.run/1.

Functions

run(args)

Callback implementation for Mix.Task.run/1.