session start works

This commit is contained in:
aodulov
2025-10-10 12:48:06 +03:00
parent 556df015e8
commit 3c192b136c
51 changed files with 29002 additions and 46 deletions

16
docker-compose.yaml Normal file
View File

@@ -0,0 +1,16 @@
version: '3.8'
services:
frontend:
build:
context: ./frontend
ports:
- "3000:80"
backend:
build:
context: ./backend
ports:
- "8000:8000"
environment:
- GEMINI_API_KEY=${GEMINI_API_KEY}