
Note, this does not have complete tests yet (we will need to update the job to start a swift for that). Change-Id: I2ee7a9e4fb503a3431366c16c380cf09327f6050
15 lines
356 B
YAML
15 lines
356 B
YAML
# Version 2 is the latest that is supported by docker-compose in
|
|
# Ubuntu Xenial.
|
|
version: '2'
|
|
|
|
services:
|
|
registry:
|
|
restart: always
|
|
image: registry:2
|
|
network_mode: host
|
|
volumes:
|
|
- /var/registry/data:/var/lib/registry
|
|
- /var/registry/certs:/certs
|
|
- /var/registry/auth:/auth
|
|
- /var/registry/etc:/etc/docker/registry
|