Filip Pytloun | 3a1e3d3 | 2017-02-23 15:02:54 +0100 | [diff] [blame] | 1 | parameters: |
2 | docker: | ||||
3 | client: | ||||
4 | service: | ||||
5 | registry: | ||||
6 | replica: 3 | ||||
7 | environment: | ||||
8 | REGISTRY_HTTP_SECRET: ${_param:docker_registry_http_secret} | ||||
9 | restart: | ||||
10 | condition: any | ||||
11 | image: ${_param:docker_image_registry} | ||||
12 | ports: | ||||
13 | - 15000:5000 | ||||
14 | volume: | ||||
15 | site: | ||||
16 | type: bind | ||||
17 | source: /srv/volumes/registry | ||||
18 | destination: /var/lib/registry |