fix: add DNS config to demo backend container for API access

Explicit Google/Cloudflare DNS prevents resolution failures when
the Docker host's DNS is unavailable or misconfigured.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Dorian 2026-03-08 00:21:01 +00:00
parent 4bbae540ed
commit 0264920e33

View File

@ -16,6 +16,9 @@ services:
ANTHROPIC_API_KEY: ${ANTHROPIC_API_KEY:-}
expose:
- "5959"
dns:
- 8.8.8.8
- 1.1.1.1
restart: unless-stopped
neode-web: