Skip to content

Commit

Permalink
Enabled port for debugpy
Browse files Browse the repository at this point in the history
  • Loading branch information
smanga24 committed Nov 29, 2024
1 parent 9e4a7fb commit f8d63f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ services:
- ./:/app/
ports:
- "0.0.0.0:8000:8000"
- "5678:5678"
depends_on:
- db
- redis
Expand Down

0 comments on commit f8d63f1

Please sign in to comment.