podman-compose/tests/integration/env-file-tests/project/container-compose.env-file-obj-optional-exists.yaml
Monika Kairaityte 92dbd3690e tests/integration: Automate 'env-file-tests' manual tests
Signed-off-by: Monika Kairaityte <monika@kibit.lt>
2024-07-30 12:46:13 +02:00

12 lines
271 B
YAML

services:
app:
image: busybox
command: ["/bin/busybox", "sh", "-c", "env | grep ZZ"]
tmpfs:
- /run
- /tmp
env_file:
- path: ../env-files/project-1.env
- path: ../env-files/project-2.env # this file exists
required: false