compose/pkg/e2e/fixtures/ps-test/compose.yaml
Nick Sieger c83133f73b
e2e: add test for ps
Signed-off-by: Nick Sieger <nick@nicksieger.com>
2022-06-08 14:05:20 -05:00

13 lines
198 B
YAML

services:
nginx:
image: nginx:latest
expose:
- '80'
- '443'
- '8080'
busybox:
image: busybox
command: busybox httpd -f -p 8000
ports:
- '127.0.0.1:8001:8000'