Files
gochat/deploy/quickstart/compose.acceptance.yaml
T
Rogeeandrogee abb1bed424 H-337: add local Captain acceptance fixture (#63)
* H-337: add local Captain acceptance fixture

* fix(H-337): close acceptance fixture review gaps

* fix(H-337): reject non-string skill metadata

---------

Co-authored-by: Rogee <rogee@ipao.vip>
2026-08-20 20:05:40 +08:00

20 lines
883 B
YAML

services:
captain-fixture:
build:
context: captain-fixture
restart: unless-stopped
healthcheck:
test: ["CMD", "wget", "-q", "-O", "/dev/null", "http://127.0.0.1:8080/healthz"]
interval: 2s
timeout: 2s
retries: 20
gochat:
depends_on:
captain-fixture:
condition: service_healthy
environment:
GOCHAT_COPILOT_PROVIDER_CONFIG: '{"chat":{"provider":"openai_compatible","base_url":"http://captain-fixture:8080/v1","model":"gpt-5.6-luna"},"embedding":{"mode":"reuse_chat_credentials","provider":"openai_compatible","base_url":"http://captain-fixture:8080/v1","model":"fixture-embedding","dimensions":1536},"generation":{"temperature":0,"max_tokens":1024},"request":{"timeout_seconds":10,"max_retries":1}}'
GOCHAT_COPILOT_CHAT_API_KEY: acceptance-fixture-not-a-secret
GOCHAT_COPILOT_EMBEDDING_API_KEY: ""