jolicode / docker-starter

🏗️ A skeleton to start a new web project with PHP, Docker and Castor
MIT License
337 stars 34 forks source link

Use only project container in traefik discovery #298

Closed lyrixx closed 6 months ago

lyrixx commented 6 months ago

Before this PR, traefik could discovery and use all running containers. Now it could use only containers defined in this application. This is mandatory if you want to run N times the very same project on a single machine (CI) and also use real internal URL (not docker alias)