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 2020/09/29 07:12:42 UTC

[incubator-streampipes-installer] branch dev updated: [hotfix] Add missing entrypoint to consul

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/incubator-streampipes-installer.git


The following commit(s) were added to refs/heads/dev by this push:
     new b151a09  [hotfix] Add missing entrypoint to consul
b151a09 is described below

commit b151a0937154a59d7c7655375b1c6daca35f64e8
Author: Dominik Riemer <ri...@fzi.de>
AuthorDate: Tue Sep 29 09:12:35 2020 +0200

    [hotfix] Add missing entrypoint to consul
---
 compose/docker-compose.full.yml | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/compose/docker-compose.full.yml b/compose/docker-compose.full.yml
index faca282..8fab2f0 100644
--- a/compose/docker-compose.full.yml
+++ b/compose/docker-compose.full.yml
@@ -95,6 +95,17 @@ services:
       - "CONSUL_HTTP_ADDR=0.0.0.0"
     volumes:
       - consul:/consul/data
+    entrypoint:
+      - consul
+      - agent
+      - -server
+      - -bootstrap-expect=1
+      - -data-dir=/consul/data
+      - -node=consul-one
+      - -bind={{ GetInterfaceIP "eth0" }}
+      - -client=0.0.0.0
+      - -enable-script-checks=true
+      - -ui
     logging: *default-logging
     networks:
       spnet: