fix: demo compose uses ../indeedhub path for source builds
IndeedHub builds from source instead of registry images. Clone the indeedhub repo as a sibling directory: git clone https://git.tx1138.com/lfg2025/indeehub.git indeedhub Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
c3333fdf6a
commit
df86dc3314
@ -1,6 +1,11 @@
|
|||||||
# Archipelago Demo Stack - Mock backend + Vue UI + AIUI Chat
|
# Archipelago Demo Stack - Mock backend + Vue UI + AIUI Chat + IndeedHub
|
||||||
# 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 (or your host:4848)
|
# Access at http://localhost:4848 (Archipelago) and :7777 (IndeedHub)
|
||||||
|
#
|
||||||
|
# Setup:
|
||||||
|
# git clone https://git.tx1138.com/lfg2025/archy.git
|
||||||
|
# git clone https://git.tx1138.com/lfg2025/indeehub.git indeedhub
|
||||||
|
# cd archy && docker compose -f docker-compose.demo.yml up -d --build
|
||||||
#
|
#
|
||||||
# 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
|
||||||
# Optional: Chat will show fallback message if no key is set
|
# Optional: Chat will show fallback message if no key is set
|
||||||
@ -44,7 +49,7 @@ services:
|
|||||||
|
|
||||||
indeedhub:
|
indeedhub:
|
||||||
build:
|
build:
|
||||||
context: ../Indeedhub Prototype
|
context: ../indeedhub
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
args:
|
args:
|
||||||
CACHEBUST: "33"
|
CACHEBUST: "33"
|
||||||
@ -65,7 +70,7 @@ services:
|
|||||||
|
|
||||||
indeedhub-api:
|
indeedhub-api:
|
||||||
build:
|
build:
|
||||||
context: ../Indeedhub Prototype/backend
|
context: ../indeedhub/backend
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
args:
|
args:
|
||||||
CACHEBUST: "14"
|
CACHEBUST: "14"
|
||||||
@ -171,7 +176,7 @@ services:
|
|||||||
|
|
||||||
indeedhub-ffmpeg-worker:
|
indeedhub-ffmpeg-worker:
|
||||||
build:
|
build:
|
||||||
context: ../Indeedhub Prototype/backend
|
context: ../indeedhub/backend
|
||||||
dockerfile: Dockerfile.ffmpeg
|
dockerfile: Dockerfile.ffmpeg
|
||||||
args:
|
args:
|
||||||
CACHEBUST: "14"
|
CACHEBUST: "14"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user