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 @@ -54,6 +54,21 @@ services:
5454 - CATALOG_IO__IMPL=org.apache.iceberg.aws.s3.S3FileIO
5555 - CATALOG_S3_ENDPOINT=http://minio:9000
5656 - CATALOG_JDBC_STRICT__MODE=true
57+
58+ trino :
59+ image : trinodb/trino:476
60+ container_name : pyiceberg-trino
61+ networks :
62+ iceberg_net :
63+ ports :
64+ - 8082:8080
65+ environment :
66+ - CATALOG_MANAGEMENT=dynamic
67+ depends_on :
68+ - rest
69+ - hive
70+ volumes :
71+ - ./trino/catalog:/etc/trino/catalog
5772 minio :
5873 image : minio/minio
5974 container_name : pyiceberg-minio
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ services:
1515 - CATALOG_S3_ENDPOINT=http://minio:9000
1616
1717 trino :
18- image : trinodb/trino
18+ image : trinodb/trino:476
1919 container_name : pyiceberg-trino
2020 networks :
2121 iceberg_net :
You can’t perform that action at this time.
0 commit comments