open-notebooklm / docker-compose.yml
knowsuchagency's picture
chore: Update Dockerfile and docker-compose.yml for Gradio server port configuration
f9493cb
raw
history blame
123 Bytes
services:
web:
build: .
ports:
- "8080:8080"
environment:
GEMINI_API_KEY: ${GEMINI_API_KEY}