Skip to content

Commit

Permalink
Merge pull request #548 from r4v5/gunicorn-hotfix
Browse files Browse the repository at this point in the history
Upgrade gunicorn in master
  • Loading branch information
Freddy Martinez authored Aug 24, 2018
2 parents 75a6261 + 1521b6b commit 1582b6b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ services:
AWS_DEFAULT_REGION: "${AWS_DEFAULT_REGION}"
S3_BUCKET_NAME: "${S3_BUCKET_NAME}"
volumes:
- ./OpenOversight/:/usr/src/app/OpenOversight/
- ./OpenOversight/:/usr/src/app/OpenOversight/:z
links:
- postgres:postgres
expose:
- "3000"
command: /usr/local/bin/gunicorn -w 4 -b 0.0.0.0:3000 app:app
command: /usr/local/bin/gunicorn --reload -w 4 -b 0.0.0.0:3000 app:app
ports:
- "3000:3000"
- "5433:5432"
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ Flask-WTF==0.14.2
Pillow==5.1.0
psycopg2>=2.6.2
SQLAlchemy==1.1.15
gunicorn==17.5
gunicorn==19.9
Fabric==1.14.0
itsdangerous==0.24
us>=1.0

0 comments on commit 1582b6b

Please sign in to comment.