mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-07-28 20:41:19 +00:00
updated uwsgi for dev
This commit is contained in:
parent
4bc460f74d
commit
85b8f6194e
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@
|
|||
attach-daemon = celery -A dispatcharr worker -l info
|
||||
attach-daemon = redis-server
|
||||
attach-daemon = daphne -b 0.0.0.0 -p 8001 dispatcharr.asgi:application
|
||||
attach-daemon = cd /app/vite && npm run dev
|
||||
attach-daemon = cd /app/frontend && npm run dev
|
||||
|
||||
# Core settings
|
||||
chdir = /app
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue