Add debug docker config to work with vscode debugging extension#32
Add debug docker config to work with vscode debugging extension#32Adamkadaban merged 10 commits intomainfrom
Conversation
Clarify .env file in case docker isn't used Add debugging section
alexchristy
left a comment
There was a problem hiding this comment.
I probably missed it, but for code changes and auto reload to work in the debug container don't we need a volume for the fastapi container?
@alexchristy Isn't that in the |
Oh yea there it is. For some reason I looked over it several times and missed it 🫠 |
alexchristy
left a comment
There was a problem hiding this comment.
Everything is looking good!
Checklist
Description
.vscode/launch.jsonfor debugging to be committeddocker composeinstead ofdocker-composein READMEFixes: #28