davidfowl / Micronetes

Micronetes is a local orchestrator inspired by kubernetes that makes developing and testing microservices and distributed applications easier.
MIT License
773 stars 46 forks source link

Use a specific yaml file name #17

Closed davidfowl closed 4 years ago

davidfowl commented 4 years ago

There are too many yaml files to scan for all of them docker compose, k8s yaml files, random other files. It makes sense to look for a specifically named one. The only downside to this is that it means one per folder.