podman-compose/tests/env-file-tests/project
Genzer 4e9f76768c Load .env from Compose file's directory and cwd
This commit loads dotenv `.env` (exactly that name) from the following location (the later takes
precedence):

- The `.env` file in the Compose file's directory.
- The `.env` file in the current working directory (invoking podman-compose).

This preserves the behavior prior to 1.1.0 and to match with Docker Compose CLI.

Fix: https://github.com/containers/podman-compose/issues/937
Signed-off-by: Genzer <732937+Genzer@users.noreply.github.com>
2024-06-24 23:29:56 +03:00
..
container-compose.env-file-flat.yaml Add support for env_file as objects 2024-05-06 14:13:37 +03:00
container-compose.env-file-obj-optional.yaml Add support for env_file as objects 2024-05-06 14:13:37 +03:00
container-compose.env-file-obj.yaml Add support for env_file as objects 2024-05-06 14:13:37 +03:00
container-compose.load-.env-in-project.yaml Load .env from Compose file's directory and cwd 2024-06-24 23:29:56 +03:00
container-compose.yaml Fixes #636: env-file shall be resolved relative to the CWD 2023-04-10 14:14:14 +03:00