podman-compose/tests/integration/env-file-tests/project/container-compose.env-file-obj-optional.yaml

12 lines
252 B
YAML
Raw Normal View History

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
required: false