chore: fixed schema typo, error naming, updated compose example

This commit is contained in:
Per Stark
2025-06-26 16:12:43 +02:00
parent f2bafe0205
commit f1548d18db
4 changed files with 14 additions and 12 deletions

View File

@@ -14,7 +14,8 @@ services:
SURREALDB_NAMESPACE: "test"
OPENAI_API_KEY: "sk-key"
DATA_DIR: "./data"
# RUST_LOG: "info"
HTTP_PORT: 3000
RUST_LOG: "info"
depends_on:
- surrealdb
networks: