Compose Alternatives
I understand Railway does not currently support Docker Compose files directly. Are there alternatives to hosting a complex Compose stack on Railway using e.g. Railway config (https://docs.railway.app/deploy/config-as-code) or similar, or is it best to look for another cloud provider for a Compose stack? Basically, curious about alternatives that don't involve manually creating a lot of Railway services based on individual docker images 1 by 1
7 Replies
Project ID:
N/A
N/A
railway has no alternative, its unfortunately like you said, you have to manually create services yourself
Got it, thanks Brody! I will use another platform for now
well there are templates, but that still means you need to do the setup at least once
understandable, but if you dont mind, what infra did you hope to deploy with compose?
Just a mix of things that aren't community templates yet, like penpot and rocketpool. But we also use K8s at my org so I can just convert the compose manifests to K8s manifests/helm charts/etc for now and swing back later when compose is supported!
its unlikely for railway to natively support compose, its in the works and its just an abstraction layer and is unlikely to work with complex compose files, so yeah railway isnt what you want for this usecase 😦