kafka-ingest-concept/templates/docker-compose.trino.yaml
kjuulh 026a95790e
feat: add presto
Signed-off-by: kjuulh <contact@kjuulh.io>
2024-08-06 00:02:20 +02:00

21 lines
421 B
YAML

services:
presto:
build:
context: .
dockerfile: presto.Dockerfile
container_name: presto
# trino:
# image: trinodb/trino
# ports:
# - 18080:8080
# configs:
# - source: iceberg_properties
# target: /etc/catalog/iceberg.properties
# configs:
# iceberg_properties:
# content: |
# connector.name=iceberg
# hive.metastore.uri=thrift://192.0.2.3:9083