Hyper Lambda is easy to manage, meta ECMAScript API server, with admin console and CLI tool.
1.6K
<version>, latestHlambda is easy to manage, meta ECMAScript API server, with console UI and CLI tool.
Your ECMAScript metadata payload is the configuration of the (Hyper Lambda) Hlambda Server.

To run Hlambda in docker as a stand-alone server instance you can run:
docker run -d -p 8081:1331 --env HLAMBDA_ADMIN_SECRET=demo --name hlambda-server --restart=always -v hlambda_metadata:/usr/src/app/metadata hlambda/hlambda-core:latest
This will:
demoHlambda Console will be available at http://localhost:8081.
To run Hlambda in the docker stack with Postgres and Hasura you can run:
curl https://www.hlambda.io/raw/code/start/docker-compose.yaml -o docker-compose.yaml && docker compose up -d
This will:
docker-compose.yaml file (Warning: please read the contents of the YAML file to understand what you are actually running)View license information for the software contained in this image.
As with all Docker images, these likely also contain other software which may be under other licenses (such as Bash, etc from the base distribution, along with any direct or indirect dependencies of the primary software being contained).
Content type
Image
Digest
sha256:3b651e2d7…
Size
147.9 MB
Last updated
almost 4 years ago
docker pull hlambda/hlambda-core