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 f83e151f5a
commit d6bf9c5202

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 # 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 # 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: services:
neode-backend: neode-backend:
@ -36,18 +37,3 @@ services:
depends_on: depends_on:
- neode-backend - neode-backend
restart: unless-stopped 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