Skip to content

Commit 8645a5b

Browse files
committed
Add datalake network to clickhouse to allow fetching of files from datalake using s3 function
1 parent 9a5a967 commit 8645a5b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

analytics-datastore-clickhouse/docker-compose.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,13 @@ services:
2222
public:
2323
reverse-proxy:
2424
default:
25+
datalake:
26+
2527

2628
volumes:
2729
clickhouse-data:
2830

31+
2932
configs:
3033
clickhouse_metric_log.xml:
3134
file: ./general_configs/metric_log.xml
@@ -55,4 +58,7 @@ networks:
5558
reverse-proxy:
5659
name: reverse-proxy_public
5760
external: true
61+
datalake:
62+
name: minio_public
63+
external: true
5864
default:

0 commit comments

Comments
 (0)