Closed as not planned
Description
What is the problem you're trying to solve
I want to use COMPOSE_PROJECT within docker-compose.yml. To do so I have to put in a .env file or use a wrapper script that sets up the environment variable.
Describe the solution you'd like
COMPOSE_PROJECT should be set by docker-compose when it is derived from the directory name or the -p flag.