Published image
The official image is on GHCR:ghcr.io/morpheusais/morpheus-lumerin-node:latest. Built per release from the main branch. Browse: MorpheusAIs Packages.
To run that same image on Railway instead of a local Docker host, see Proxy-router on Railway (includes an 11-minute walkthrough).
For TEE-hardened images (-tee suffix), see SecretVM quickstart and TEE reference.
Pre-requisites
- AI model reachable on a private endpoint (e.g.
http://my-model.example:8080). - Funded wallet (MOR + ETH on BASE) and its private key.
- Public endpoint for the provider (
host:port, no protocol), e.g.mycoolmornode.example:3333.
Volume + env layout
Mount a host directory into/app/data so these files persist:
Map
-p for the proxy port (3333) and admin/API port (8082).
Run with .env file
Minimalproxy-router.env (mainnet):
Run with command-line variables
Manual build
If you want to customize, build locally:Validate & register
http://localhost:8082/swagger/index.htmlshould render. Authenticated routes need Authorize with your.cookiecredentials (API auth).- Continue to Register on chain.
Notes
- We provide
docker-compose.yml,Dockerfile, anddocker_build.shas templates — adapt them for your private key, ETH node, ports, volumes, and config files. - Reference docs: Env: proxy-router, models-config.json, rating-config.json.