TIL is short for "Today I Learned" and it's where I collect small, practical nuggets of information that I've recently discovered or explained to someone. I believe these little gems of knowledge are too useful to be lost in the vastness of social media platforms like Twitter or GitHub comments, so I keep them safe here. Think of TIL as my digital garden, where I can nurture these nuggets of knowledge and watch them grow. ๐ฑ
๐ป PyCharm - debugging in docker compose
May
13
As for using debugging in PyCharm for a compose project, you need to set env variable COMPOSE_PROJECT_NAME = {projectName}a