ChaoticKitten
Doubts about pricing
This example is a python flask app but the spirit carries over 🙂
https://docs.railway.app/guides/flask#use-a-dockerfile
459 replies
Doubts about pricing
Hi!
Just pitching in as a community member. They do suuport custom dockerfiles and you can absolutely deploy your own redis stack (via github repository for example) image if there is no available template.
Out of the box, I think Railway will only offer core redis.
I would only recommend doing this if you have some previous experimentation experience with docker.
459 replies
MSSQL connection to Ms SQL Server Management Studio instructions
It's the fact that SSMS (the official tool) is unable to parse ports at GUI data entry for servers. So you can't do server:port, you have to go to the tab Additional Connection Parameters and write it like this:
Data Source=yourrlwypublicaddres.proxy.rlwy.net,YourPortNumberNoQuotes;
35 replies