| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
This directory wires PanLL into the requested deployment model:
PanLL service on BEAM (beam/panll_beam)
PanLL runtime image on Chainguard
Image packaged/verified with Cerro Torre (ct pack, ct verify)
Surrounding services modeled in selur-compose:
svalinn
vordr
selur
rokur
panll
Containerfile - Chainguard-based BEAM runtime image
compose.toml - selur-compose service graph
env.example - runtime defaults
scripts/build-pack-verify.sh - build image + ct pack + ct verify
scripts/stack-up.sh - optional build/verify then selur-compose up
scripts/stack-down.sh - selur-compose down -v
cp runtime/env.example runtime/.env
set -a
source runtime/.env
set +a
# 1) Build PanLL image and verify .ctp with Cerro Torre
runtime/scripts/build-pack-verify.sh
# 2) Start surrounding stack
runtime/scripts/stack-up.sh
# 3) Stop stack
runtime/scripts/stack-down.sh| Back | FazBrowse Home | New Git URL |