phase 14-15: docker build validation and helm deployment
This commit is contained in:
+7
-1
@@ -72,6 +72,9 @@ services:
|
||||
image: trinodb/trino:latest
|
||||
ports:
|
||||
- "8080:8080"
|
||||
environment:
|
||||
MINIO_ACCESS_KEY: minioadmin
|
||||
MINIO_SECRET_KEY: minioadmin
|
||||
volumes:
|
||||
- ./infra/trino/catalog:/etc/trino/catalog
|
||||
depends_on:
|
||||
@@ -83,11 +86,14 @@ services:
|
||||
environment:
|
||||
SERVICE_NAME: metastore
|
||||
DB_DRIVER: derby
|
||||
SERVICE_OPTS: "-Djavax.jdo.option.ConnectionURL=jdbc:derby:/opt/hive/data/metastore_db;create=true"
|
||||
ports:
|
||||
- "9083:9083"
|
||||
volumes:
|
||||
- hive_data:/opt/hive/data
|
||||
- ./infra/hive/core-site.xml:/opt/hive/conf/core-site.xml:ro
|
||||
- ./infra/hive/metastore-site.xml:/opt/hive/conf/metastore-site.xml:ro
|
||||
depends_on:
|
||||
- minio
|
||||
|
||||
superset:
|
||||
image: apache/superset:latest
|
||||
|
||||
Reference in New Issue
Block a user