update for the description & option checker

This commit is contained in:
root
2017-11-14 09:45:39 +00:00
parent 2fa49ebdc3
commit d41e3b5e47
3 changed files with 123 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
version: '2'
services:
zinst-repository:
image: zinst/zinst_repository:0.5
volumes:
- zinst-data:/data/dist
zinst-lb:
image: rancher/lb-service-haproxy:v0.7.6
ports:
- ${http_port}:${http_port}/tcp
volumes:
zinst-data:
driver: ${volume_driver}