Support a PROJECT_DIRECTORY environment variable #10920
Open
Description
Description
Hi !
We're using the --project-directory
flag to store all our docker compose related files in a .docker
directory.
The frameworks we're using in our web projects are all using the dotenv mechanism but we decided that having a single env file containing both docker related variables and app related variables was not the road we wanted to take.
If a PROJECT_DIRECTORY
variable was supported, it would save us some keystrokes. While we took the habit of hiding some of the complexity in Makefiles for example, we are still bound to type a full docker compose command at some point.
Thanks in advance !