- spec/golden/cases.txt: 69 black-box cases (CLI wrapper mode and make include mode) run in a hermetic sandbox with a mocked docker - spec/golden/expected/*.txt recorded from this engine (baseline) - make test / test-golden / golden-record / lint dev targets
7 lines
138 B
YAML
7 lines
138 B
YAML
services:
|
|
nginx:
|
|
image: nginx:alpine
|
|
container_name: ${HOST_COMPOSE_PROJECT_NAME:-localhost}-nginx
|
|
ports:
|
|
- "8080:80"
|