Veecks
Veecks
RRailway
Created by Veecks on 7/30/2024 in #✋|help
Newbie question: Is there a way to interact with a railway service container?
For example, i can have a server that runs a backup task every day, but lets say i need to do some changes and want to run the backup script before commiting the changes. Is there a way to access the terminal in a running service? Get its data or anything like that? (I know i could create a api route for that in another service that talks to the other service but i want something flexible and it would a pain to setup these system for every small project) Thank u!
10 replies
RRailway
Created by Veecks on 7/21/2024 in #✋|help
Railway deploy for microservice architecture
Hey guys, how are you? I'd be happy if you could help me. I am entering the world of microservice archtecture and would like to know how to properly handle it in railway or even if it is suitable for it. The two main topics i can think about are: - Deploying: Since railway does not seem to support docker-compose, does deploy needs to be manual? It does not seem to have private templates too - Scaling: How could if i need to expand my app/system for another company or similar case? Is there something that could handle services groups like kubernetes' namespaces? How would I setup the deploy? Thank u!
43 replies
RRailway
Created by Veecks on 10/28/2023 in #✋|help
Reverse tunneling with ssh remote port fowarding
Is it possible to do it or similar in Railway? If yes, is it allowed? I want to run a local service that i have behing CGNAT
8 replies
RRailway
Created by Veecks on 10/27/2023 in #✋|help
How am i supposed to handle SSL certificates for a custom domain?
ProjectID: e3ab128d-3a5e-4830-a58a-4c6c0991db6a Hello, i am a real noob about DNS and SSL certificates for https, so this question might be dumb. Basically: - I bought a domain at hostinger. - Added domain name ref to railway - Added railway alias(CNAME) to domain management After some hours, i can now access my service through the domain, but it is a HTTP connections rather than a HTTPS connections i would get if i used a generated domain from railway. Questions: Am i supposed to do something to enable HTTPS via my custom domain? Although i can acess the service via the domain, it shows Waiting for DNS update in railway, will SSL certification be configured after DNS is detected?
8 replies