- Move openai-compatible-provider-passthrough contract sync milestone and SDD to archive - Update agent-spec for openai-compatible surface and edge-node-execution - Update routing policy model orchestration phase - Sync agent-test/dev/inventory.yaml - Update .env.example files - Update configs/edge.yaml and docker-compose.yml
30 lines
896 B
Text
30 lines
896 B
Text
COMPOSE_PROJECT_NAME=iop-dev-agent
|
|
IOP_COMPOSE_NETWORK=iop-dev-agent-net
|
|
IOP_COMPOSE_SUBNET=10.89.1.0/24
|
|
|
|
IOP_CONTROL_PLANE_HTTP_PORT=18001
|
|
IOP_CONTROL_PLANE_WIRE_PORT=19001
|
|
IOP_CONTROL_PLANE_EDGE_WIRE_PORT=19002
|
|
IOP_CONTROL_PLANE_METRICS_PORT=19103
|
|
IOP_EDGE_NODE_PORT=19003
|
|
IOP_EDGE_METRICS_PORT=19101
|
|
IOP_WEB_PORT=13001
|
|
IOP_PROMETHEUS_PORT=19111
|
|
IOP_PROMETHEUS_CONFIG=./configs/prometheus/prometheus.dev.yml
|
|
IOP_PROMETHEUS_RETENTION_TIME=400d
|
|
IOP_GRAFANA_BIND=127.0.0.1
|
|
IOP_GRAFANA_PORT=19121
|
|
IOP_GRAFANA_ADMIN_USER=admin
|
|
IOP_GRAFANA_ADMIN_PASSWORD=iop_dev_admin
|
|
|
|
IOP_CONTROL_PLANE_HTTP_URL=http://toki-labs.com:18001
|
|
IOP_CONTROL_PLANE_WIRE_URL=ws://toki-labs.com:19001/client
|
|
|
|
IOP_POSTGRES_USER=iop
|
|
IOP_POSTGRES_PASSWORD=iop_dev_password
|
|
IOP_POSTGRES_DB=iop-control-plane-dev-agent
|
|
IOP_POSTGRES_PORT=15401
|
|
|
|
IOP_REDIS_PORT=16301
|
|
IOP_REDIS_DB=3
|
|
IOP_REDIS_KEY_PREFIX=iop:control-plane:dev-agent:
|