Skip to content

Commit a86ba47

Browse files
authored
feat: add docker compose
Just for ease of use :)
1 parent 3d04d68 commit a86ba47

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docker-compose.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
services:
2+
ch-ui:
3+
image: ghcr.io/caioricciuti/ch-ui:latest
4+
restart: always
5+
ports:
6+
- "${CH_UI_PORT:-5521}:5521"
7+
environment:
8+
VITE_CLICKHOUSE_URL: "http://your-clickhouse-server:8123"
9+
VITE_CLICKHOUSE_USER: "your-username"
10+
VITE_CLICKHOUSE_PASS: "your-password"

0 commit comments

Comments
 (0)