Skip to content

Commit

Permalink
Revert "Add remote debugging by default in dev docker-compose"
Browse files Browse the repository at this point in the history
This reverts commit 99ea2d6.
  • Loading branch information
leonkenneth committed Feb 3, 2025
1 parent 51c17b1 commit f6b0444
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ services:
service: web
ports:
- '8888:8888' # Jupyter notebook
- '5678:5678'
command: python -m debugpy --wait-for-client --listen 0.0.0.0:5678 manage.py runserver 0.0.0.0:8000
volumes:
- ./source_data:/data/downloads
env_file:
Expand Down

0 comments on commit f6b0444

Please sign in to comment.