X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=docker%2Fbottleneck-compose%2Fdocker-compose.yml;h=6dbf89994e3832c72d8a482d257597afb12743d7;hb=58c97253eaaf72f73924837fca4ddcb5cb8a5d94;hp=99ff1f6ef9adc5347b261342c46645e99aca7410;hpb=344802365d02a5524a4dd1ea743adefdc8e943fb;p=bottlenecks.git diff --git a/docker/bottleneck-compose/docker-compose.yml b/docker/bottleneck-compose/docker-compose.yml index 99ff1f6e..6dbf8999 100644 --- a/docker/bottleneck-compose/docker-compose.yml +++ b/docker/bottleneck-compose/docker-compose.yml @@ -16,12 +16,23 @@ kibana: yardstick: restart: always - build: yardstick/ + image: opnfv/yardstick:latest volumes: - /var/run/docker.sock:/var/run/docker.sock + - /tmp/:/tmp/ ports: - "8888:5000" + privileged: true + environment: + - INSTALLER_IP=192.168.200.2 + - INSTALLER_TYPE=compass bottlenecks: restart: always build: bottlenecks/ + volumes: + - /var/run/docker.sock:/var/run/docker.sock + - /tmp/:/tmp/ + environment: + - INSTALLER_IP=192.168.200.2 + - INSTALLER_TYPE=compass