Skip to content

Commit d1d4726

Browse files
committed
[Examples] Add ClickHouse to compose.yaml
1 parent 70bc6b5 commit d1d4726

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

examples/compose.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,15 @@ services:
1010
ports:
1111
- '8001:8000'
1212

13+
clickhouse:
14+
image: clickhouse/clickhouse-server
15+
environment:
16+
CLICKHOUSE_DB: 'symfony'
17+
CLICKHOUSE_USER: 'symfony'
18+
CLICKHOUSE_PASSWORD: 'symfony'
19+
ports:
20+
- '8123:8123'
21+
1322
mariadb:
1423
image: mariadb:11.7
1524
environment:

0 commit comments

Comments
 (0)