-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Open
Labels
questionThe issue is a question. Please use Stack Overflow for questions.The issue is a question. Please use Stack Overflow for questions.
Description
I encountered an issue deploying the Cube.js service using Docker Compose on a virtual machine (VM). The service fails to start correctly, and no error logs indicate the root cause of the failure.
Environment Details:
Service: Cube.js (cubejs/cube:latest)
Environment: Virtual Machine (VM)
services:
cube:
image: cubejs/cube:latest
ports:
- 4001:4000
environment:
- CUBEJS_DEV_MODE=true
- CUBEJS_DB_TYPE=duckdb
- CUBEJS_DB_DUCKDB_S3_REGION='us-east-1'
- CUBEJS_DB_DUCKDB_S3_ACCESS_KEY_ID=xxxx
- CUBEJS_DB_DUCKDB_S3_SECRET_ACCESS_KEY=xxx
- CUBEJS_DB_DUCKDB_S3_ENDPOINT=http://xxxxx
- CUBEJS_DB_DUCKDB_S3_USE_SSL=false
- CUBEJS_DB_TYPE=duckdb
volumes:
- ./cubestore:/cube/data
I am trying to retrieve data from MinIO using DuckDB as an in-memory database, and then display the data schema on Cube.
I have only tested placing a parquet file in my MinIO bucket, but I can't seem to start the service.
So I need someone to help me deal with it or advise me. Thank you.
Metadata
Metadata
Assignees
Labels
questionThe issue is a question. Please use Stack Overflow for questions.The issue is a question. Please use Stack Overflow for questions.