CTFd / CTFd/CTFd

Deployment instructions for AWS Elastic Beanstalk

Open
#1,981 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
6.8k
Forks
2.8k
Avg merge
1d 6h
Merged PRs (30d)
5

Description

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`

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.