Official Docker / standalone workerd packaging for self-hosting? #35
HarvardChin
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
The README says self-hosting on your own server via
workerdis "COMING SOON", and Kenton confirmed the intent directly on the HN launch thread:Right now the only two paths in the repo are
pnpm run-local(wrangler dev— the README itself says this "is not meant for production use") andwrangler deploy(pushes straight to a Cloudflare account). There's no config anywhere for running the ~16 services (workshop-backend + all the gatekeeper workers) as standaloneworkerdoutside either of those.Given the intent is clearly there, a couple of questions:
workerdconfig work, or is Docker specifically out of scope even once the standalone-workerdstory lands?workerdcapnp config generation, Durable Object persistence outside wrangler's dev simulation, or something else (e.g. Dynamic Workers/Worker Loader behavior outside Cloudflare's edge)?Not trying to rush anything — just trying to understand what "coming soon" actually depends on, since a few of us are interested in running this on our own infrastructure.
All reactions