Skip to content

Commit c16836a

Browse files
committed
CI needs docker compose external network
1 parent 97e5635 commit c16836a

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

materialize-clickhouse/docker-compose.yaml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ services:
66
CLICKHOUSE_DB: flow
77
CLICKHOUSE_USER: flow
88
CLICKHOUSE_PASSWORD: flow
9-
volumes:
10-
- clickhouse_data:/var/lib/clickhouse
119
networks:
1210
- flow-test
1311
healthcheck:
@@ -21,7 +19,4 @@ services:
2119
networks:
2220
flow-test:
2321
name: flow-test
24-
# external: true
25-
26-
volumes:
27-
clickhouse_data: {}
22+
external: true

0 commit comments

Comments
 (0)