diff --git a/docker-compose.yml b/docker-compose.yml
index 287d7e5791d32ddd1767682292fae845fddcb64f..106f0368af9f71a51adee218da8459670aac0ced 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