21 lines
421 B
YAML
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
|
|
|