Files
Zoltan Kochan 82da8431c2 chore(pnpr): add Dockerfile, compose, and deployment guide
Adds container tooling for self-hosting pnpr:

- pnpr/Dockerfile: multi-stage build (context = monorepo root, since
  pnpr depends on pacquet-* workspace crates) producing a slim runtime
  image with a /-/ping HEALTHCHECK.
- pnpr/docker/entrypoint.sh: maps PNPR_* env vars to CLI flags so a PaaS
  can configure the server without editing files.
- pnpr/docker/config.yaml: production config that proxies npm and
  persists state under PNPR_STORAGE via ${VAR:-default} substitution.
- pnpr/docker-compose.yml: local/PaaS compose with a /data volume.
- pnpr/DEPLOY.md: deployment guide including a step-by-step Coolify walkthrough.
2026-06-05 20:26:02 +02:00
..
2026-06-05 08:27:41 +02:00