feat: 1-to-1 message render + web data-lake backend
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user