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:
parent
348fd0ab1f
commit
6d9d9fa286
|
|
@ -1,5 +1,3 @@
|
|||
version: '3.8'
|
||||
|
||||
services:
|
||||
open-notebook:
|
||||
image: ghcr.io/lfnovo/open-notebook:v1-latest-single
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
# API Configuration
|
||||
# ------------------------------------------------------------------------------
|
||||
INTERNAL_API_URL=http://localhost:5055
|
||||
API_URL=http://notebook.jeffemmett.com:5055
|
||||
API_URL=https://notebook-api.jeffemmett.com
|
||||
API_CLIENT_TIMEOUT=300
|
||||
ESPERANTO_LLM_TIMEOUT=120
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue