From e9424dc97e7d8fa756befd48b65158fd1d330647 Mon Sep 17 00:00:00 2001 From: Flook Peter Date: Sun, 6 Oct 2024 15:04:52 +0800 Subject: [PATCH] Add in evidence --- README.md | 1 + docker-compose.yaml | 8 ++++++++ 2 files changed, 9 insertions(+) diff --git a/README.md b/README.md index 8476a9c..8b38ff5 100644 --- a/README.md +++ b/README.md @@ -148,6 +148,7 @@ POSTGRES_USER=my-user POSTGRES_PASSWORD=my-password ./run.sh postgres | Data Catalog | unitycatalog | ✅ | | Data Collector | fluentd | ✅ | | Data Collector | logstash | ✅ | +| Data Visualisation | evidence | ✅ | | Data Visualisation | metabase | ✅ | | Data Visualisation | redash | ✅ | | Data Visualisation | superset | ✅ | diff --git a/docker-compose.yaml b/docker-compose.yaml index 1cfed43..7c2a330 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -563,6 +563,14 @@ services: restart: unless-stopped volumes: - "./data/elasticsearch/config/elasticsearch.yml:/usr/share/elasticsearch/config/elasticsearch.yml:ro,Z" + evidence: + container_name: evidence + image: "evidencedev/devenv:${EVIDENCE_VERSION:-latest}" + init: true + ports: + - "3000:3000" + volumes: + - "./data/evidence/persist:/evidence-workspace" flight-sql: command: [tail, -f, /dev/null] container_name: flight-sql