Agent-JAE/packages/web-ui/example/docker-compose.yml
JAE 62c057e18c
Some checks are pending
CI / build-check-test (push) Waiting to run
fix: Docker build uses monorepo root context for workspace links
2026-03-27 03:08:54 +00:00

18 lines
414 B
YAML

services:
jae-web:
build:
context: ../../..
dockerfile: packages/web-ui/example/Dockerfile
ports:
- "5173:5173"
- "7700:7700"
environment:
- OPENAI_API_KEY=${OPENAI_API_KEY}
- OPENAI_BASE_URL=${OPENAI_BASE_URL:-https://api.venice.ai/api/v1}
- TOOL_SERVER_PORT=7700
volumes:
- workspace:/workspace
restart: unless-stopped
volumes:
workspace: