Fix: Remove deprecated version field, update API URL for Cloudflare routing

- Removed obsolete docker-compose version field
- Updated API_URL to use HTTPS via notebook-api subdomain
- Browser will access API through Cloudflare tunnel → Traefik

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Jeff Emmett 2025-11-26 21:17:18 -08:00
parent 348fd0ab1f
commit 6d9d9fa286
2 changed files with 1 additions and 3 deletions

View File

@ -1,5 +1,3 @@
version: '3.8'
services: services:
open-notebook: open-notebook:
image: ghcr.io/lfnovo/open-notebook:v1-latest-single image: ghcr.io/lfnovo/open-notebook:v1-latest-single

View File

@ -8,7 +8,7 @@
# API Configuration # API Configuration
# ------------------------------------------------------------------------------ # ------------------------------------------------------------------------------
INTERNAL_API_URL=http://localhost:5055 INTERNAL_API_URL=http://localhost:5055
API_URL=http://notebook.jeffemmett.com:5055 API_URL=https://notebook-api.jeffemmett.com
API_CLIENT_TIMEOUT=300 API_CLIENT_TIMEOUT=300
ESPERANTO_LLM_TIMEOUT=120 ESPERANTO_LLM_TIMEOUT=120