Skip to content

Commit

Permalink
Merge pull request #129 from data-catering/evidence
Browse files Browse the repository at this point in the history
Add in evidence
  • Loading branch information
pflooky authored Oct 6, 2024
2 parents 2db925e + e9424dc commit 832feb3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 ||
Expand Down
8 changes: 8 additions & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 832feb3

Please sign in to comment.