You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by ri...@apache.org on 2023/01/27 21:08:33 UTC

[streampipes] 05/05: [hotfix] Update Consul version in root docker-compose.yml

This is an automated email from the ASF dual-hosted git repository.

riemer pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/streampipes.git

commit 00a043c3fbc79d64232b80963a6ed0a33da98bd1
Author: Philipp Zehnder <te...@users.noreply.github.com>
AuthorDate: Fri Jan 27 10:41:43 2023 +0100

    [hotfix] Update Consul version in root docker-compose.yml
---
 docker-compose.yml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/docker-compose.yml b/docker-compose.yml
index 96be1ae7b..e324ecf82 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -76,11 +76,13 @@ services:
       spnet:
 
   consul:
-    image: fogsyio/consul:1.9.6
+    image: consul:1.14.3
     environment:
-      - "CONSUL_LOCAL_CONFIG={\"disable_update_check\": true}"
+      - "CONSUL_LOCAL_CONFIG={\"rpc_streaming\": false, \"disable_update_check\": true, \"rpc\": {\"enable_streaming\": false}, \"use_streaming_backend\": false}"
       - "CONSUL_BIND_INTERFACE=eth0"
       - "CONSUL_HTTP_ADDR=0.0.0.0"
+      - "CONSUL_RPC_ENABLE_STREAMING=false"
+      - "CONSUL_USE_STREAMING_BACKEND=false"
     entrypoint:
       - consul
       - agent