File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -53,6 +53,21 @@ services:
53
53
- CATALOG_WAREHOUSE=s3://warehouse/
54
54
- CATALOG_IO__IMPL=org.apache.iceberg.aws.s3.S3FileIO
55
55
- CATALOG_S3_ENDPOINT=http://minio:9000
56
+
57
+ trino :
58
+ image : trinodb/trino:476
59
+ container_name : pyiceberg-trino
60
+ networks :
61
+ iceberg_net :
62
+ ports :
63
+ - 8082:8080
64
+ environment :
65
+ - CATALOG_MANAGEMENT=dynamic
66
+ depends_on :
67
+ - rest
68
+ - hive
69
+ volumes :
70
+ - ./trino/catalog:/etc/trino/catalog
56
71
minio :
57
72
image : minio/minio
58
73
container_name : pyiceberg-minio
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ services:
15
15
- CATALOG_S3_ENDPOINT=http://minio:9000
16
16
17
17
trino :
18
- image : trinodb/trino
18
+ image : trinodb/trino:476
19
19
container_name : pyiceberg-trino
20
20
networks :
21
21
iceberg_net :
You can’t perform that action at this time.
0 commit comments