caioricciuti / ch-ui

Use CH-UI to work with your data from Click House self-hosted with a user-friendly interface. CH-UI is a modern and feature-rich user interface for ClickHouse databases. It offers an intuitive platform for querying ClickHouse databases, executing queries, and visualizing metrics about your instance.
https://ch-ui.caioricciuti.com
MIT License
117 stars 12 forks source link

add docker compose, add readme to run docker compose #26

Closed barbarakogus closed 1 month ago

barbarakogus commented 1 month ago

What does this PR mean?

I did this cause I do not have access to Clickhouse db, so this way, I can just run docker-compose -f docker-compose-dev.yml up -d, and then I have a Clickhouse configured locally for me.

caioricciuti commented 1 month ago

That's awesome thanks @barbarakogus!