Add OS packages for Elastic Beanstalk deployments (#1277)

Fixes #1270
This commit is contained in:
Dan Shultz 2017-12-28 10:28:08 -06:00 committed by Daniel Roy Greenfeld
parent 5395687f73
commit 35ab85b2a2
2 changed files with 3 additions and 1 deletions

View File

@ -3,3 +3,5 @@ packages:
git: []
postgresql94-devel: []
libjpeg-turbo-devel: []
libffi: []
libffi-devel: []

View File

@ -10,7 +10,7 @@ option_settings:
REDIS_ENDPOINT_ADDRESS: '`{ "Fn::GetAtt" : [ "MyElastiCache", "RedisEndpoint.Address"]}`'
REDIS_PORT: '`{ "Fn::GetAtt" : [ "MyElastiCache", "RedisEndpoint.Port"]}`'
"aws:elasticbeanstalk:container:python":
WSGIPath: "config/wsgi.py"
WSGIPath: config/wsgi.py
NumProcesses: 3
NumThreads: 20
"aws:elasticbeanstalk:container:python:staticfiles":