mirror of
https://github.com/containers/podman-compose.git
synced 2024-11-29 03:15:06 +01:00
92dbd3690e
Signed-off-by: Monika Kairaityte <monika@kibit.lt>
12 lines
271 B
YAML
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
|