zuul-registry/playbooks/functional-test/docker-compose.yaml
James E. Blair 813c1af44e Fix container image build
This corrects outstanding errors in the container image build
and adds the build to the gate.

Change-Id: I2c8b637d66a640b5eeb894eefd148ce61df4a847
2019-10-02 13:50:42 -04:00

14 lines
314 B
YAML

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