X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=docker%2Fbottleneck-compose%2Fdocker-compose.yml;h=6dbf89994e3832c72d8a482d257597afb12743d7;hb=58c97253eaaf72f73924837fca4ddcb5cb8a5d94;hp=0b256b5b3b927c5d4ed51b2badd174466cf8ab52;hpb=484f9305389c72cd13aae83192a4ff1eac0d1652;p=bottlenecks.git diff --git a/docker/bottleneck-compose/docker-compose.yml b/docker/bottleneck-compose/docker-compose.yml index 0b256b5b..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 + - /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/ \ No newline at end of file + build: bottlenecks/ + volumes: + - /var/run/docker.sock:/var/run/docker.sock + - /tmp/:/tmp/ + environment: + - INSTALLER_IP=192.168.200.2 + - INSTALLER_TYPE=compass