Skip to content

Commit

Permalink
fix: gunicorn startup command
Browse files Browse the repository at this point in the history
sennierer committed Oct 9, 2024
1 parent 6541d96 commit 843707a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions startup/100-gunicorn
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash

gunicorn wsgi -b 0.0.0.0:5000 --timeout 120 -c /app/gunicorn.config.py --workers=3 --threads=3 --worker-connections=1000 --pythonpath="/startup" --access-logfile - --error-logfile -

0 comments on commit 843707a

Please sign in to comment.