Quantcast
Channel: 🎛️ Dash - Plotly Community Forum
Viewing all articles
Browse latest Browse all 6271

Migrating my application from Heroku to Beanstalk

$
0
0

Hi guys,

I’m trying to migrate my Heroku application to AWS beanstalk but I’m not finding any references for it;

I saw that beanstalk also allows us to use a Procfile to set the configuration of the gunicorn, but it’s not recognizing my app.

Does someone know what I’m doing wrong?

My Procfile on Heroku:
web: gunicorn app:server

My Procfile on Beanstalk:
web: gunicorn --b :8000 --workers 1 --threads 2 app:server

But my application stills not working;

I saw that in some tutorials to deploying on the beanstalk, it doesn’t need the Procfile… So I’m a little confused about how to make it run on EB instnace.

Could someone tell me what’s the adjustments that I need to do to migrate my Heroku app to Beanstalk?

thanks in advance

1 post - 1 participant

Read full topic


Viewing all articles
Browse latest Browse all 6271

Latest Images

Trending Articles



Latest Images