DockStation / dockstation

DockStation is developer-centric application to managing projects based on Docker. Instead of lots of CLI commands you can monitor, configure, and manage services and containers using just a GUI.
https://dockstation.io/
2.13k stars 106 forks source link

Select custom Docker Compose file as main config #269

Open igor-lemon opened 3 years ago

igor-lemon commented 3 years ago

Need to add a possibility to set any yml/yaml config as the Main config.

Need to show all compose configs inside a selected directory not only docker-compose.*.yml

raphaelauv commented 3 years ago

Also a folder option would be nice :

dockstation would take all the *yml files inside the folder

or a multi files selector

like what I'm doing there :

https://github.com/docker/compose/issues/7855