blob: a79fc08d9f6949af93eeb4b8a17d7f167394b2a8 [file] [log] [blame]
Filip Pytloun3a1e3d32017-02-23 15:02:54 +01001parameters:
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