You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unfortunately, the two do have similar names but different behavior.
This can be confusing.
There seems to be no way to define a .env.override file inside the compose file for interpolation to e.g. override a path setting of the volumes section. Of course overriding could be done by the command line. But the composes file seems to be the right place for that.
Example:
The DATA_ROOT_DIR is defined in the .env file. For development, the .env.dev.override should define another location for DATA_ROOT_DIR.
--> In the example below, DATA_ROOT_DIR is taken from .env, not from .env.dev.override