Skip to content

Instantly share code, notes, and snippets.

@curious-broccoli
curious-broccoli / docker-compose-dev.yml
Created May 14, 2024 13:26
Debugging dockerized django (with automatically reloading development server) using VS Code's debugger
# rest of the service declaration here
command: python -m debugpy --listen 0.0.0.0:3000 manage.py runserver 0.0.0.0:8000
# rest of the service declaration here