first implé

This commit is contained in:
achraf
2026-06-03 19:17:38 +02:00
parent 50d908e9f2
commit f165ba894f
27 changed files with 4861 additions and 119 deletions

15
docker-compose.yml Normal file
View File

@@ -0,0 +1,15 @@
services:
web:
container_name: schopenhauer-chat
build:
context: .
dockerfile: Dockerfile
ports:
- "3000:3000"
env_file:
- .env.local
environment:
- NEXT_TELEMETRY_DISABLED=1
# Explicit variables fallback override if not defined in .env.local
- GEMINI_MODEL=${GEMINI_MODEL:-gemini-3.1-flash}
restart: unless-stopped