h246810
Is it possible to run docker compose as a railway service
I have a fairly straightforward app running via docker compose. Is there way to get this to run on a railway service? I will post the dockerfile below. I expect I would have to make some changes to use private networking if that is the case.
32 replies
Extend timeout when running railway logs in cli
When running my connection will only stay open for a couple of minutes before disconnecting. Is it possible to extend this connection for a longer period of time, say 20 minutes?
it's soothing to have the logs running in the background (sometimes)
8 replies
Is it possible to get commit hash sent via webhook
I am currently receiving webhook events from my railway deployment, and I was wondering if it is possible to make it so that my railway webhook sends me the commit hash associated with the current build/deployment?
41 replies
Question about Railway Webhooks JSON Output
So I have a REST API that receives webhook payloads from a railway server. My question is, what is the keyword that's used for the status field when the deployment fails? Right now status is SUCCESS
Here is some example output with important stuff commented out
4 replies
Running Railway Up from CLI
Does anybody know if the railway up command waits until the service has been successfully built and deployed to railway before returning with a success status? I am using it in this CI workflow, and it seems that railway up returns much quicker than the actual build and deploy times being showed on railway.app
Here is a snippet of the CI
54 replies
TIps for running Railway CLI where user input/action is unavailable
I am trying to deploy an application to railway in a github workflows file, but every time I try to run the following commands
I get the following error :
Failed to prompt for select
Caused by:
The input device is not a TTY
Does anybody know if it is possible to execute these commands from a worfklow where user input/interaction is disabled
7 replies