From 195db4232a685dd252d81fbd33632b5024848996 Mon Sep 17 00:00:00 2001
From: Martin Weise <martin.weise@tuwien.ac.at>
Date: Wed, 23 Apr 2025 21:18:00 +0200
Subject: [PATCH] Removed the logging ui

Signed-off-by: Martin Weise <martin.weise@tuwien.ac.at>
---
 docker-compose.yml | 19 -------------------
 1 file changed, 19 deletions(-)

diff --git a/docker-compose.yml b/docker-compose.yml
index 287d7e5791..106f0368af 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -725,22 +725,3 @@ services:
         condition: service_healthy
     logging:
       driver: json-file
-
-  dbrepo-logging-ui:
-    restart: "no"
-    container_name: dbrepo-logging-ui
-    hostname: logging-ui
-    image: docker.io/bitnami/opensearch-dashboards:2.19.0
-    ports:
-      - "5601:5601"
-    environment:
-      OPENSEARCH_DASHBOARDS_OPENSEARCH_URL: "${OPENSEARCH_HOST:-search-db}"
-      OPENSEARCH_DASHBOARDS_OPENSEARCH_PORT_NUMBER: "${OPENSEARCH_PORT:-9200}"
-    depends_on:
-      dbrepo-logging-service:
-        condition: service_healthy
-    logging:
-      driver: fluentd
-      options:
-        fluentd-address: 127.0.0.1:24224
-        tag: fluentbit.logging
-- 
GitLab