40764b6e7a
Change-Id: If4b7596efd873acb8f06fddf016d9aff689b85ca
15 lines
304 B
YAML
15 lines
304 B
YAML
# Version 2 is the latest that is supported by docker-compose in
|
|
# Ubuntu Xenial.
|
|
version: '2'
|
|
|
|
services:
|
|
registry:
|
|
image: quay.io/zuul-ci/zuul-registry
|
|
volumes:
|
|
- "./conf/:/conf/:z"
|
|
- "/tmp/registry-test/tls/:/tls:z"
|
|
environment:
|
|
- DEBUG=1
|
|
ports:
|
|
- "9000:9000"
|