Skip to content

Commit

Permalink
Merge pull request #9 from mehdiMj-ir/main
Browse files Browse the repository at this point in the history
feat: add docker compose
  • Loading branch information
caioricciuti authored Aug 25, 2024
2 parents bb0a7af + a86ba47 commit 3e732c7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
services:
ch-ui:
image: ghcr.io/caioricciuti/ch-ui:latest
restart: always
ports:
- "${CH_UI_PORT:-5521}:5521"
environment:
VITE_CLICKHOUSE_URL: "http://your-clickhouse-server:8123"
VITE_CLICKHOUSE_USER: "your-username"
VITE_CLICKHOUSE_PASS: "your-password"

0 comments on commit 3e732c7

Please sign in to comment.