mirror of
https://github.com/containers/podman-compose.git
synced 2024-11-29 03:15:06 +01:00
18472b53ac
Signed-off-by: Povilas Kanapickas <povilas@radix.lt>
12 lines
215 B
YAML
12 lines
215 B
YAML
services:
|
|
app:
|
|
image: busybox
|
|
command: ["/bin/busybox", "sh", "-c", "env | grep ZZ"]
|
|
tmpfs:
|
|
- /run
|
|
- /tmp
|
|
environment:
|
|
ZZVAR1: $ZZVAR1
|
|
ZZVAR2: $ZZVAR2
|
|
ZZVAR3: $ZZVAR3
|