We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82fa773 commit 6770692Copy full SHA for 6770692
dev/docker-compose-trino.yml
@@ -44,6 +44,7 @@ services:
44
- hive
45
volumes:
46
- ./trino/catalog:/etc/trino/catalog
47
+ - ./trino/config.properties:/etc/trino/config.properties
48
49
minio:
50
image: minio/minio
dev/trino/config.properties
@@ -0,0 +1,8 @@
1
+#single node install config
2
+coordinator=true
3
+node-scheduler.include-coordinator=true
4
+http-server.http.port=8080
5
+discovery.uri=http://localhost:8080
6
+http-server.process-forwarded=true
7
+http-server.https.enabled=false
8
+catalog.management=${ENV:CATALOG_MANAGEMENT}
0 commit comments