fixed up the docker

This commit is contained in:
Jonas Winkler
2020-11-07 12:47:17 +01:00
parent 1325c0e168
commit dd5e43e7d4
7 changed files with 37 additions and 28 deletions

View File

@@ -6,8 +6,8 @@ logfile_maxbytes=50MB ; max main logfile bytes b4 rotation; default 50MB
logfile_backups=10 ; # of main logfile backups; 0 means none, default 10
loglevel=info ; log level; default info; others: debug,warn,trace
[program:gunicorn]
command=gunicorn -c /usr/src/paperless/gunicorn.conf.py -b 0.0.0.0:8000 paperless.wsgi
[program:daphne]
command=daphne -b 0.0.0.0 -p 8000 paperless.asgi:application
user=paperless
stdout_logfile=/dev/stdout