feat: 1-to-1 message render + web data-lake backend

This commit is contained in:
h
2026-05-31 01:27:40 +02:00
parent f0afb7ec5b
commit 75425d1bee
110 changed files with 10199 additions and 54 deletions
+14
View File
@@ -72,5 +72,19 @@ services:
entrypoint: [alembic]
command: [upgrade, head]
frontend-dev:
image: oven/bun:1
profiles: [frontend]
working_dir: /app
command: ["sh", "-c", "bun install && bun run dev --host 0.0.0.0 --port 5173"]
environment:
API_PROXY_TARGET: http://api:8080
volumes:
- ./frontend:/app
- frontend_node_modules:/app/node_modules
- frontend_svelte_kit:/app/.svelte-kit
volumes:
pgdata:
frontend_node_modules:
frontend_svelte_kit: