My Use case:
I use compose file with several environmental variable (like $VERSION, $BASE_PATH for volumes mapping and etc.). I deploy everything with ansible and save a text file with variables that were used for last deploy.
When I try to run scale on a service, compose-ui fails because env vars are not defined.
It would be nice to have an option to load env vars file from the same folder where compose file is and edit it (for the case you want to update a version and restart)
My Use case: I use compose file with several environmental variable (like $VERSION, $BASE_PATH for volumes mapping and etc.). I deploy everything with ansible and save a text file with variables that were used for last deploy. When I try to run scale on a service, compose-ui fails because env vars are not defined. It would be nice to have an option to load env vars file from the same folder where compose file is and edit it (for the case you want to update a version and restart)