Add Railway deployment template#984
Open
tlongwell-block wants to merge 2 commits into
Open
Conversation
added 2 commits
June 11, 2026 15:38
Co-authored-by: npub1jh9wn95s0472h86ahapupaf7m6kx4v9sx2n0atj2hltcfer8k06s5n3pyf <95cae996907d7cab9f5dbf43c0f53edeac6ab0b032a6feae4abfd784e467b3f5@sprout-oss.stage.blox.sqprod.co> Signed-off-by: npub1jh9wn95s0472h86ahapupaf7m6kx4v9sx2n0atj2hltcfer8k06s5n3pyf <95cae996907d7cab9f5dbf43c0f53edeac6ab0b032a6feae4abfd784e467b3f5@sprout-oss.stage.blox.sqprod.co>
Co-authored-by: npub1jh9wn95s0472h86ahapupaf7m6kx4v9sx2n0atj2hltcfer8k06s5n3pyf <95cae996907d7cab9f5dbf43c0f53edeac6ab0b032a6feae4abfd784e467b3f5@sprout-oss.stage.blox.sqprod.co> Signed-off-by: npub1jh9wn95s0472h86ahapupaf7m6kx4v9sx2n0atj2hltcfer8k06s5n3pyf <95cae996907d7cab9f5dbf43c0f53edeac6ab0b032a6feae4abfd784e467b3f5@sprout-oss.stage.blox.sqprod.co>
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 a first-party Railway deployment template under
deploy/railway/:railway.template.jsonmodels the current full Buzz stack as Railway services: Buzz, Postgres, Redis, Typesense, MinIO, and a MinIO bucket init job.README.mddocuments the template shape, the future deploy button, required owner pubkey input, generated secrets, and validation/backup caveats.Notes
This intentionally does not wire the repository README deploy section yet. That waits for the final README lane after the deployment primitives land.
End-to-end click-through validation is intentionally blocked until:
ghcr.io/block/buzz:<version>is publicly published.Verification
python3 -m json.tool deploy/railway/railway.template.jsonBUZZ_RELAY_OWNER_PUBKEYtypogit diff --checkdocker manifest inspectfor dependency images:minio/minio,minio/mc,typesense/typesense:30.2,redis:8-alpinePre-push hooks were run once and failed in existing desktop code unrelated to this Railway-only diff:
I pushed with
--no-verifyafter that because this PR only addsdeploy/railway/JSON/docs.