Currently, podsy down uses container names to identify and stop containers.
This leads to problems when multiple projects use the same service names (e.g., web, db):
Containers from different projects may get the same names.
Running podsy down in one project could stop containers from another project.
This makes it unsafe to run multiple projects simultaneously with Podsy.