Skip to main content

Quick Start

The container runs the gateway on port 18789 and the dashboard on port 8080.

Docker Compose

Building from Source

The Dockerfile uses node:22-bookworm, installs Bun for build scripts, and runs the gateway as a non-root user for security.

LAN Access

By default the container binds to loopback. To expose the gateway on LAN (for mobile apps or external health checks):
1

Set an authentication token

Set ARGENT_GATEWAY_TOKEN or ARGENT_GATEWAY_PASSWORD environment variable.
2

Override the CMD

Environment Variables