mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-11 11:25:45 +00:00
adding compose test descriptions and validations. Signed-off-by: baude <bbaude@redhat.com>
10 lines
162 B
YAML
10 lines
162 B
YAML
version: '3'
|
|
services:
|
|
web:
|
|
build: frontend
|
|
ports:
|
|
- '5000:5000'
|
|
volumes:
|
|
- /tmp/data:/data:ro
|
|
labels:
|
|
- "io.podman=the_best"
|