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/08/17 09:58:12 UTC

[incubator-streampipes-installer] branch new_installer updated: [STREAMPIPES-196] add .env file

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

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


The following commit(s) were added to refs/heads/new_installer by this push:
     new e6af8d5  [STREAMPIPES-196] add .env file
e6af8d5 is described below

commit e6af8d5293a4428bcc6870cc5e171ca1a5ed43d8
Author: Patrick Wiener <wi...@fzi.de>
AuthorDate: Mon Aug 17 11:57:58 2020 +0200

    [STREAMPIPES-196] add .env file
---
 compose/.env | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/compose/.env b/compose/.env
new file mode 100644
index 0000000..e54e214
--- /dev/null
+++ b/compose/.env
@@ -0,0 +1,20 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#    http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+SP_VERSION=0.67.0-SNAPSHOT
+SP_DOCKER_REGISTRY=apachestreampipes
+SP_SUBNET=172.31.0.0/16
+SP_CONSUL_CONTAINER_IP=172.31.0.9
+COMPOSE_PROJECT_NAME=streampipes