-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
thehijacker edited this page May 3, 2026
·
5 revisions
Codexa is distributed as a Docker image and is the recommended way to run it.
- Docker and Docker Compose
- Node.js ≥ 18 (only if building from source)
cp docker-compose.sample.yaml docker-compose.yaml# Using Node.js:
node -e "console.log(require('crypto').randomBytes(64).toString('hex'))"
# Or using OpenSSL:
openssl rand -hex 64Paste the output into docker-compose.yaml as the value of JWT_SECRET.
docker compose up -dCodexa will be available at http://localhost:3000.
Register the first account after startup — there is no default admin password.