-
-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support builder & deploy settings for the service #7
Comments
Not enough info. |
Hi @pksunkara, I added more details to see if it helps. |
You use the Railway config file. https://docs.railway.app/deploy/config-as-code Example: {
"$schema": "https://railway.app/railway.schema.json",
"build": {
"builder": "DOCKERFILE",
"dockerfilePath": "packages/api/Dockerfile",
"watchPatterns": ["packages/api"]
}
} Please ask railway support if you have more questions. |
But I am looking to achieve this using the terraform provider |
@pksunkara I guess this fork is doing exactly this. |
Yes, and I would happily work with anyone (@mrbandler or you) to integrate those changes. After all, open source is about pooling efforts. |
Hi there, @pksunkara & @matifali; I am more than happy to implement changes to align with the current GraphQL API exposed by Railway. It will just be a while since unfortunately, my company and my position there only allows me to do open-source work in between projects and when I find the time to do it. Although, I fully intended to do it since I want to use Terraform and Railway for my side projects as well. If any other culprits need fixing or features to be implemented, please open other issues so I am aware of them. Many thanks to @pksunkara for the initial bootstrapping of the project! |
@mrbandler Sounds great. Whenever you find time. It would be nice to have your changes consolidated here. 🌮 |
Hey! |
I want to create a new railway project running a single service from a Dockerfile.
How could this be achieved given the project and service are to be created from the terraform?
I also want to modify the enrtypoint of the Dockerfile.
Funding
The text was updated successfully, but these errors were encountered: