zuul-registry/playbooks/functional-test/docker-compose.yaml
Ian Wienand 0f48718523 testing: add DEBUG flag to testing container
Make sure we log all possible output in the container logs

Change-Id: I982d88619bfbadba23b9d4f0a99cf0661b7cc474
2022-03-04 09:55:07 +11:00

15 lines
293 B
YAML

# Version 2 is the latest that is supported by docker-compose in
# Ubuntu Xenial.
version: '2'
services:
registry:
image: zuul/zuul-registry
volumes:
- "./conf/:/conf/:z"
- "/tmp/registry-test/tls/:/tls:z"
environment:
- DEBUG=1
ports:
- "9000:9000"