mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-01-23 02:35:14 +00:00
removed dev for now
This commit is contained in:
parent
75b828eb07
commit
80fbb66dbd
1 changed files with 2 additions and 2 deletions
|
|
@ -4,8 +4,8 @@ exec-before = python manage.py migrate --noinput
|
|||
|
||||
attach-daemon = celery -A dispatcharr worker -l info
|
||||
attach-daemon = redis-server
|
||||
attach-daemon = cd /app/frontend && npm run start
|
||||
attach-daemon = daphne -b 0.0.0.0 -p 8001 dispatcharr.asgi:application
|
||||
; attach-daemon = cd /app/frontend && npm run start
|
||||
; attach-daemon = daphne -b 0.0.0.0 -p 8001 dispatcharr.asgi:application
|
||||
|
||||
# Core settings
|
||||
chdir = /app
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue