Skip to content
Snippets Groups Projects
Verified Commit 195db423 authored by Martin Weise's avatar Martin Weise
Browse files

Removed the logging ui

parent 1a79a5e4
No related branches found
No related tags found
1 merge request!411WIP
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment