mirror of
https://github.com/containers/podman.git
synced 2026-07-18 19:21:54 -04:00
adding compose test descriptions and validations. Signed-off-by: baude <bbaude@redhat.com>
11 lines
162 B
YAML
11 lines
162 B
YAML
version: '3'
|
|
services:
|
|
web:
|
|
build: frontend
|
|
ports:
|
|
- '5000:5000'
|
|
volumes:
|
|
- /tmp/data:/data:ro
|
|
labels:
|
|
- "io.podman=the_best"
|