mirror of
https://github.com/containers/podman-compose.git
synced 2024-12-04 22:01:06 +01:00
12 lines
252 B
YAML
12 lines
252 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
|
||
|
required: false
|