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