predict-otron-9000 serves a leptos SSR frontend

This commit is contained in:
geoffsee
2025-08-28 12:06:22 -04:00
parent 45d7cd8819
commit e38a2d4512
30 changed files with 1321 additions and 901 deletions

View File

@@ -25,22 +25,6 @@ services:
retries: 10
start_period: 10s
# Web frontend - Leptos WASM chat interface
leptos-chat:
build:
context: crates/leptos-chat
dockerfile: Dockerfile
ports:
- "8788:8788"
depends_on:
predict-otron-9000:
condition: service_healthy
networks:
- predict-otron-network
environment:
# Configure API endpoint for the frontend to connect to backend
- API_BASE_URL=http://predict-otron-9000:8080
volumes:
# Persistent storage for Hugging Face model cache
hf-cache: