Refactor research pipeline and add webapp

This commit is contained in:
Pawel Sarkowicz
2026-07-31 08:33:52 -04:00
parent 47672c76bf
commit 69a0d51f3c
23 changed files with 4841 additions and 707 deletions
+14
View File
@@ -0,0 +1,14 @@
services:
factor-risk-webapp:
build:
context: .
dockerfile: webapp/Dockerfile
container_name: factor-risk-webapp
restart: unless-stopped
ports:
- "127.0.0.1:8055:8055"
volumes:
# Data is mounted read-only (not baked in), matching the .gitignore and
# the ClimbingBoardGPT pattern. Re-run the notebooks to refresh these.
- ./data:/app/data:ro
- ./webapp:/app/webapp:ro