docker-compose.yml 340 Bytes
Newer Older
陈正乐 committed
1
services:
tinywell committed
2 3 4
  lae_agent:
    image: brilliance/lae_agent
    container_name: lae_agent
陈正乐 committed
5
    environment:
tinywell committed
6 7 8 9
      # GEO_AGENT_TOOL_BASE_URL: http://localhost:5001
      GEO_AGENT_TOOL_BASE_URL: http://172.30.0.37:30007
      # GEO_AGENT_API_BASE: http://192.168.10.14:8000/v1
      # GEO_AGENT_LLM_MODEL: Qwen2-7B
陈正乐 committed
10
    ports:
tinywell committed
11
      - "8088:8088"
陈正乐 committed
12