fix: remove IndeedHub from demo compose — now a separate Portainer stack

This commit is contained in:
Dorian
2026-03-17 01:17:12 +00:00
parent 7867ac1931
commit e162ff8b3b

View File

@@ -1,8 +1,9 @@
# Archipelago Demo Stack - Mock backend + Vue UI + AIUI Chat + IndeedHub
# Archipelago Demo Stack - Mock backend + Vue UI + AIUI Chat
# Deploy via Portainer: Web editor -> paste this, or deploy from repo
# Access at http://localhost:4848 (Archipelago) and :7777 (IndeedHub)
# Access at http://localhost:4848
#
# Required: Set ANTHROPIC_API_KEY in environment or .env file for chat to work
# IndeedHub is deployed as a separate Portainer stack (indee-demo repo)
services:
neode-backend:
@@ -36,18 +37,3 @@ services:
depends_on:
- neode-backend
restart: unless-stopped
# ══════════════════════════════════════════════════════════════
# IndeedHub — Built from Dockerfile bundled in this repo
# ══════════════════════════════════════════════════════════════
indeedhub:
build:
context: ./indeedhub-demo
dockerfile: Dockerfile
args:
GITEA_TOKEN: ${GITEA_TOKEN:-}
container_name: indeedhub
ports:
- "7777:7777"
restart: unless-stopped