podman-compose/tests/integration/env-tests
Songmin Li b5eaf314ad Support variable substitution with service's environment
This commit introduces the ability to substitute environment variables
within the 'environment' section of the service definition.

This allows for more dynamic configuration of services.

Signed-off-by: Songmin Li <lisongmin@protonmail.com>
2024-07-27 00:04:06 +03:00
..
container-compose.yml Support variable substitution with service's environment 2024-07-27 00:04:06 +03:00
README.md Move all tests to single directory "tests" 2024-06-26 11:28:16 +03:00

running the following command should give myval2

podman_compose run -l monkey -e ZZVAR1=myval2 env-test