Tried DuckDB Node Neo Client
docker compose down&&docker compose up -d --build
open http://localhost:3000
COMMENT OUT the remix
section in compose.yaml
services:
- remix:
- ...
+ # remix:
+ # ...
minio:
and
docker compose down&&docker compose up -d --build
S3_HOST=localhost S3_PORT="9000" S3_ACCESS_KEY_ID=minio S3_SECRET_ACCESS_KEY=minio123 npm run dev
# ACCESS http://localhost:5173