podman-compose/tests/env-file-tests
Monika Kairaityte 040b73adab pytests: Add tests for several multi-line environment files
Signed-off-by: Monika Kairaityte <monika@kibit.lt>
2024-05-29 00:09:15 +03:00
..
env-files pytests: Add tests for several multi-line environment files 2024-05-29 00:09:15 +03:00
project Add support for env_file as objects 2024-05-06 14:13:37 +03:00
README.md Add support for env_file as objects 2024-05-06 14:13:37 +03:00

running the following commands should always give podman-rocks-123

podman-compose -f project/container-compose.yaml --env-file env-files/project-1.env up
podman-compose -f $(pwd)/project/container-compose.yaml --env-file $(pwd)/env-files/project-1.env up
podman-compose -f $(pwd)/project/container-compose.env-file-flat.yaml up
podman-compose -f $(pwd)/project/container-compose.env-file-obj.yaml up
podman-compose -f $(pwd)/project/container-compose.env-file-obj-optional.yaml up