Skip to content

Commit

Permalink
Update end-to-end test yaml file for performance metrics collection
Browse files Browse the repository at this point in the history
Signed-off-by: Cherry Wang <[email protected]>
  • Loading branch information
cherrycl authored and weichou1229 committed Nov 10, 2020
1 parent 965affc commit 7be2a17
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions TAF/utils/scripts/docker/docker-compose-end-to-end.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
EDGEX_SECURITY_SECRET_STORE: "false"
Writable_Pipeline_Functions_HTTPPostJSON_Parameters_url: http://${DOCKER_HOST_IP}:7770
Writable_LogLevel: DEBUG
networks:
- edgex-network
depends_on:
- consul
- data
networks:
- edgex-network

app-service-mqtt-export:
image: ${appService}
Expand All @@ -44,11 +44,11 @@
EDGEX_SECURITY_SECRET_STORE: "false"
Writable_Pipeline_Functions_MQTTSend_Addressable_Address: mqtt-broker
Writable_LogLevel: DEBUG
networks:
- edgex-network
depends_on:
- consul
- data
networks:
- edgex-network

mqtt-broker:
image: eclipse-mosquitto
Expand All @@ -73,11 +73,11 @@
Registry_Host: edgex-core-consul
Service_Port: 48095
EDGEX_SECURITY_SECRET_STORE: "false"
networks:
- edgex-network
depends_on:
- consul
- data
networks:
- edgex-network

app-service-http-export-secrets:
image: ${appService}
Expand Down

0 comments on commit 7be2a17

Please sign in to comment.