Type
Implementation — merge a PR with runnable deploy artifacts. Not investigation.
Goal
Client DevOps can copy files from the repo to run EngineX in their VPC.
Files to create
examples/deploy/README.md
examples/deploy/docker/Dockerfile
examples/deploy/docker/docker-compose.yml
examples/deploy/nginx/enginex.conf.example
examples/deploy/systemd/engine-serve.service
examples/deploy/env/engine-serve.env.example
examples/deploy/STORAGE.md
Implementation checklist
Done when
Out of scope
- Terraform / Helm
- Engine Cloud
Related (context only)
#13 deployment case study · #14 storage FAQ
Type
Implementation — merge a PR with runnable deploy artifacts. Not investigation.
Goal
Client DevOps can copy files from the repo to run EngineX in their VPC.
Files to create
Implementation checklist
uv sync,./engineentrypoint/data/engine→ENGINE_HOME, expose:8787127.0.0.1:8787./engine serve --host 127.0.0.1 --port 8787STORAGE.md: volume sizing, backup,ENGINE_HOME— no DB requiredexamples/deploy/from root READMEDone when
docker compose -f examples/deploy/docker/docker-compose.yml configsucceedsmainOut of scope
Related (context only)
#13 deployment case study · #14 storage FAQ