We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In Makefile i use this way:
include .env -include .env.local -include local.mk export //other code
What is the easiest way to GLOBALLY enable OPTIONAL .env.local in Docker Compose?
In issues and official docs i have found the following options, but they are not simple:
I use Docker Compose version 2.32.4
The text was updated successfully, but these errors were encountered:
There's no such mechanism offered by Docker Compose. .env is the sole supported source to define variables to be applied for interpolation.
.env
Sorry, something went wrong.
No branches or pull requests
In Makefile i use this way:
What is the easiest way to GLOBALLY enable OPTIONAL .env.local in Docker Compose?
In issues and official docs i have found the following options, but they are not simple:
I use Docker Compose version 2.32.4
The text was updated successfully, but these errors were encountered: