fix: revert nginx.conf to non-demo config, finalize demo compose

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Dorian
2026-03-07 20:02:53 +00:00
parent 1427dd47a3
commit 3613ca9325
2 changed files with 4 additions and 6 deletions

View File

@@ -2,9 +2,8 @@
# Deploy via Portainer: Web editor -> paste this, or deploy from repo
# Access at http://localhost:4848 (or your host:4848)
#
# Required: Set ANTHROPIC_API_KEY for AI chat to work
# In Portainer: Add as environment variable when deploying
# Locally: ANTHROPIC_API_KEY=sk-ant-... docker compose -f docker-compose.demo.yml up --build
# Required: Set ANTHROPIC_API_KEY in environment or .env file for chat to work
# Optional: Chat will show fallback message if no key is set
services:
neode-backend:
@@ -23,10 +22,10 @@ services:
context: .
dockerfile: neode-ui/Dockerfile.web
container_name: archy-demo-web
ports:
- "4848:80"
environment:
ANTHROPIC_API_KEY: ${ANTHROPIC_API_KEY:-}
ports:
- "4848:80"
depends_on:
- neode-backend
restart: unless-stopped

View File

@@ -75,4 +75,3 @@ http {
}
}
}