When deploying multiple services, the required Environment variables were not correctly checked.
template: https://railway.app/template/tAkUiN?referralCode=KP8hLL
service: RSS3-Node-Core
Without filling in the Environment variables for the RSS3-Node-Core service, you can directly press the deploy button.
Railway
Deploy RSS3 LIGHT NODE on Railway
Railway is an infrastructure platform where you can provision infrastructure, develop with that infrastructure locally, and then deploy to the cloud.
7 Replies
Project ID:
N/A
N/A
you're right, you have then as required but they are never validated, good callout
thanks for reply and I would like to ask if I can specify the startup order of services in this template? The other services depend on the database to start.
there is no way to do that (yet)
you would want to have your apps simply retry their connections to the database
actually, add the
restart policy
option in the template may make templates more complete. It's just a suggestion, haha 😀