Add Dockerfile + fly.toml for single-host Fly deploy#34
Merged
Conversation
Multi-stage Dockerfile compiles TypeScript in a build tier then ships only dist/ + production node_modules to a slim runtime image. tini handles signal forwarding so WebSocket sessions close cleanly when Fly redeploys. fly.toml runs both the HTTP webhook and the Twilio Media Stream WS on one always-on shared-cpu machine. auto_stop_machines is off because voice calls can't tolerate the cold-start delay scale-to- zero introduces. Health check hits /health every 30s.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds
Dockerfile,fly.toml, and.dockerignoreso the voice center can be deployed single-host to Fly.io (HTTP + WebSocket both on one machine).dist/+ productionnode_modulesto a slim runtime image.tiniforwards signals so Twilio WebSockets shut down cleanly on Fly redeploys.shared-cpu-1x / 512MBmachine inord.auto_stop_machines = falsebecause voice calls can't tolerate cold starts. Health check hits/healthevery 30s.Deploy steps (from CloudShell, after merge)
Test plan
fly deployproduces a live machinecurl https://cotrackpro-talk.fly.dev/healthreturns 200+1 314-394-8500Generated by Claude Code