chore: configure django debug toolbar
This commit is contained in:
@@ -22,6 +22,7 @@ services:
|
||||
command: sh -c "python manage.py migrate && python manage.py runserver 0.0.0.0:8000"
|
||||
environment:
|
||||
DEBUG: "true"
|
||||
ENABLE_DJANGO_DEBUG_TOOLBAR: "true"
|
||||
DJANGO_ALLOWED_HOSTS: localhost,127.0.0.1,0.0.0.0
|
||||
DJANGO_CORS_ALLOWED_ORIGINS: http://localhost:5173,http://127.0.0.1:5173
|
||||
POSTGRES_DB: ${POSTGRES_DB:-job_queue}
|
||||
|
||||
Reference in New Issue
Block a user