CTFd
CTFd copied to clipboard
Deployment instructions for AWS Elastic Beanstalk
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