broccoli
broccoli
RRailway
Created by broccoli on 2/7/2024 in #✋|help
Django Heroku -> Railway
I'm using django cookiecutter as base: https://github.com/cookiecutter/cookiecutter-django I have a Procfile from heroku and thinking of switching over to Railway but not sure how to convert it. Railway docs say Procfile only supports one process. example Procfile: release: python manage.py migrate web: gunicorn config.wsgi:application worker: REMAP_SIGTERM=SIGQUIT celery -A config.celery_app worker --loglevel=info beat: REMAP_SIGTERM=SIGQUIT celery -A config.celery_app beat --loglevel=info
8 replies