feat(deploy): add Defang (BYOC) deployment bundle - #2
Open
defangdevs wants to merge 1 commit into
Open
Conversation
Deploy a Buzz relay to your own cloud (AWS/GCP/Azure/DigitalOcean) with Defang, using managed Postgres/Redis + external object storage instead of the bundled containers, so no persistent volumes are required.
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.
Adds
deploy/defang/— deploy a Buzz relay to your own cloud (AWS/GCP/Azure/DigitalOcean) with Defang, alongside the existing single-node
deploy/compose/and Railway options.
Instead of the bundled Postgres/Redis/MinIO containers, this uses managed
services (
x-defang-postgres,x-defang-redis) plus your cloud's S3-compatibleobject storage. Because Buzz's durable git state is object-store-backed, the
relay keeps no local state and no persistent volumes are required — which
matters on platforms (like Defang) that don't provide volumes.
Includes
deploy/defang/compose.yamlanddeploy/defang/README.md.Verified end-to-end on AWS (managed RDS + ElastiCache + S3): relay healthy,
NIP-11/auth/members working.
Notes for reviewers:
<major>.<minor>redis tag (redis:7.1), notredis:7./_livenesson :3000 (the image ships no curl, so itfalls back to a bash /dev/tcp probe).