feat: add Railway deployment configs, docs, and demo improvements#8
Open
gitteri wants to merge 1 commit into
Open
feat: add Railway deployment configs, docs, and demo improvements#8gitteri wants to merge 1 commit into
gitteri wants to merge 1 commit into
Conversation
Railway deployment guide, indexer/operator TOML configs for Railway, Dockerfile updates (streamer binary, config copy, symlink resolution), docker-compose streamer service, and demo proxy/load test improvements.
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
docs/RAILWAY.md) -- 390-line comprehensive guide covering service setup, environment variables, networking, and troubleshooting for deploying the full Contra stack on Railway.indexer/config/railway/) -- 4 TOML config files tuned for Railway's environment.streamerbinary to the production image, copies indexer config files to/etc/contra/config, resolves the withdraw program.sosymlink during build, and removes theVOLUMEdirective (incompatible with Railway).streamerservice with proper database dependencies and environment variables.Changed files
docs/RAILWAY.mdindexer/config/railway/indexer-contra.toml,indexer-solana.toml,operator-contra.toml,operator-solana.tomlDockerfiledocker-compose.ymldemo/src/hooks/useLoadTest.ts,demo/src/utils/solana.ts,demo/vite.config.tsDependencies
Test plan
docker build .succeeds with streamer binary includeddocker compose up streamerstarts and connects to databasespnpm devstarts with proxy working for/api/readand/api/writeMade with Cursor