removed dev for now

This commit is contained in:
dekzter 2025-03-05 14:53:00 -05:00
parent 75b828eb07
commit 80fbb66dbd

View file

@ -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