Skip to content

Commit

Permalink
Gunicorn configuration parameters (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
smallwat3r authored Dec 25, 2020
1 parent 67315b3 commit 0b58787
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ services:

application:
build: ./${APP_FOLDER}
command: gunicorn -c gunicorn.ini.py ${FLASK_APP}:app
command: gunicorn --bind 0.0.0.0:5000 --workers 3 ${FLASK_APP}:app
environment:
- FLASK_ENV=${FLASK_ENV}
ports:
Expand Down
7 changes: 0 additions & 7 deletions src/gunicorn.ini.py

This file was deleted.

0 comments on commit 0b58787

Please sign in to comment.