zbellay
Can't Override Custom Start Command
I see, so it sounds like I'd need to move from a railway.json to Dockerfiles
I'm gunna give this template a shot: https://github.com/Antvirf/railway_django_stack
I don't fully understand why the railway.json can't just allow for configurable start commands, but that's ok
Thank you for your help Adam
17 replies
Can't Override Custom Start Command
But still, in these Railway docs it says you can deploy from a monorepo using start command overrides:
https://docs.railway.app/guides/monorepo#deploying-a-shared-monorepo
I don't see why my case would be any different, but I am prevented from doing so
17 replies
Can't Override Custom Start Command
So I just found this repo, which uses django + celery on railway, it doesn't use the railway.json, so maybe I need to change how I'm deploying
https://github.com/Antvirf/railway_django_stack
17 replies
Can't Override Custom Start Command
Yes, they are in the same repo.
My web service is just my django server, which just serves HTML.
My worker service runs various tasks.
This is a common pattern in django. E.g. on Heroku w/ Procfiles you might have:
17 replies
Django Project is Built as Node.js Project
I see, yeah in my case I'm not using django rest framework so I don't have a JSON API or anything. All I'm trying to do is serve these static assets, I am partial to my current approach.
With that said, how can I get the build to recognize my project as a python project instead of a node project?
22 replies
Django 1-Click Template Not Deploying?
I am clicking the "Deploy on Railway" button on the django template in the railway-templates repo: https://github.com/railwayapp-templates/django
I've gone ahead and attached a screen recording
42 replies