mirror of
https://github.com/pinry/pinry.git
synced 2026-02-25 07:41:08 +01:00
feature: add back start-gunicorn
This commit is contained in:
5
docker/scripts/_start_gunicorn.sh
Executable file
5
docker/scripts/_start_gunicorn.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
gunicorn pinry.wsgi -b 0.0.0.0:8000 -w 4 \
|
||||
--capture-output --timeout 30 \
|
||||
--user www-data --group www-data \
|
||||
--env DJANGO_SETTINGS_MODULE=pinry.settings.docker
|
||||
Reference in New Issue
Block a user