You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by wi...@apache.org on 2020/11/27 12:31:01 UTC

[incubator-streampipes-installer] 02/07: add extra hosts

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

wiener pushed a commit to branch edge-extensions
in repository https://gitbox.apache.org/repos/asf/incubator-streampipes-installer.git

commit fefedf80ee72a0789bba965aeff82fbb43d79600
Author: Patrick Wiener <wi...@fzi.de>
AuthorDate: Wed Oct 21 13:19:28 2020 +0200

    add extra hosts
---
 cli/deploy/standalone/consul/docker-compose.dev.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/cli/deploy/standalone/consul/docker-compose.dev.yml b/cli/deploy/standalone/consul/docker-compose.dev.yml
index 788b927..1771392 100644
--- a/cli/deploy/standalone/consul/docker-compose.dev.yml
+++ b/cli/deploy/standalone/consul/docker-compose.dev.yml
@@ -21,5 +21,9 @@ services:
       - "8600:8600"
     extra_hosts:
       - host.docker.internal:${HOST_DOCKER_INTERNAL}
+      - fog.fzi.de:${HOST_DOCKER_INTERNAL}
+      - edge-01.fzi.de:${HOST_DOCKER_INTERNAL}
+      - edge-02.fzi.de:${HOST_DOCKER_INTERNAL}
+      - cloud.fzi.de:${HOST_DOCKER_INTERNAL}
       - fog.node:${HOST_DOCKER_INTERNAL}
       - edge.node:${HOST_DOCKER_INTERNAL}