mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-01-23 10:45:27 +00:00
20 lines
477 B
INI
20 lines
477 B
INI
[uwsgi]
|
|
exec-pre-app = python manage.py collectstatic --noinput
|
|
exec-pre-app = python manage.py migrate --noinput
|
|
|
|
http-socket = [::]:5656
|
|
buffer-size = 32768
|
|
enable-threads
|
|
plugin = python3
|
|
module = dispatcharr.wsgi:application
|
|
static-map = /static=staticfiles
|
|
thunder-lock
|
|
disable-write-exception
|
|
|
|
virtualenv = /dispatcharrpy
|
|
|
|
max-fd = 10000
|
|
|
|
attach-daemon = celery -A dispatcharr worker -l info
|
|
attach-daemon = redis-server
|
|
attach-daemon = cd /app/frontend && npm run start
|