docs(deploy): finalize multi-agent surface image handoff
This commit is contained in:
parent
51241d79e0
commit
5b537880ae
11 changed files with 361 additions and 27 deletions
|
|
@ -3,6 +3,16 @@ services:
|
|||
extends:
|
||||
file: docker-compose.prod.yml
|
||||
service: matrix-bot
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
target: development
|
||||
args:
|
||||
LAMBDA_AGENT_API_REF: ${LAMBDA_AGENT_API_REF:-master}
|
||||
additional_contexts:
|
||||
agent_api: ./external/platform-agent_api
|
||||
tags:
|
||||
- ${SURFACES_BOT_DEV_IMAGE:-surfaces-bot:dev}
|
||||
environment:
|
||||
AGENT_BASE_URL: http://platform-agent:8000
|
||||
depends_on:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue