first implé
This commit is contained in:
15
docker-compose.yml
Normal file
15
docker-compose.yml
Normal 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
|
||||
Reference in New Issue
Block a user