From 0b28f70207cf7b8a4c914cd825bddb04e0439ce1 Mon Sep 17 00:00:00 2001
From: Felix Delattre <fd@gfz-potsdam.de>
Date: Tue, 5 Jan 2021 13:12:04 +0000
Subject: [PATCH] Adjusted urls to moved gitlab instance

---
 README.rst         | 4 ++--
 docker-compose.yml | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/README.rst b/README.rst
index 5d15fc5..27f663b 100644
--- a/README.rst
+++ b/README.rst
@@ -3,9 +3,9 @@ the-engine demo
 ===============
 
 Simplest showcase for 
-`the-engine <https://gitext.gfz-potsdam.de/dynamicexposure/the-engine/the-engine>`__
+`the-engine <https://git.gfz-potsdam.de/dynamicexposure/the-engine/the-engine>`__
 spinnig up two of its instances with example computation content and a
-`main message bus <https://gitext.gfz-potsdam.de/dynamicexposure/server-components/containers/docker-the-engine-message-bus>`__
+`main message bus <https://git.gfz-potsdam.de/dynamicexposure/server-components/containers/docker-the-engine-message-bus>`__
 for the communication and triggering of actions between the instances.
 
 
diff --git a/docker-compose.yml b/docker-compose.yml
index 4496fe1..a411fb3 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -19,7 +19,7 @@ services:
 
   # the-engine main message bus based on rabbitmq
   the-engine-message-bus:
-    build: https://gitext.gfz-potsdam.de/dynamicexposure/the-engine/docker-the-engine-message-bus.git
+    build: https://git.gfz-potsdam.de/dynamicexposure/the-engine/docker-the-engine-message-bus.git
     env_file: .env
     ports:
       - "1883:1883"     # mqtt port
@@ -30,7 +30,7 @@ services:
   # the-engine instance a
   the-engine-instance-a:
     env_file: .env
-    build: https://gitext.gfz-potsdam.de/dynamicexposure/the-engine/docker-the-engine-instance.git
+    build: https://git.gfz-potsdam.de/dynamicexposure/the-engine/docker-the-engine-instance.git
     depends_on:
       - the-engine-message-bus
     volumes:
@@ -39,7 +39,7 @@ services:
   # the-engine instance b
   the-engine-instance-b:
     env_file: .env
-    build: https://gitext.gfz-potsdam.de/dynamicexposure/the-engine/docker-the-engine-instance.git
+    build: https://git.gfz-potsdam.de/dynamicexposure/the-engine/docker-the-engine-instance.git
     depends_on:
       - the-engine-message-bus
     volumes:
-- 
GitLab