CTFd icon indicating copy to clipboard operation
CTFd copied to clipboard

Deployment instructions for AWS Elastic Beanstalk

Open bitshiftnetau opened this issue 4 years ago • 0 comments

We've tried Procfiles and .ebextensions for WSGI. Are there known instructions for deploying to elastic beanstalk?

Procfile used:

web: gunicorn --bind :8000 --workers 3 --threads 2 project.wsgi:application

.ebextensions/python.config file used:

option_settings: "aws:elasticbeanstalk:container:python": WSGIPath: wsgi:app

bitshiftnetau avatar Aug 31 '21 12:08 bitshiftnetau