iop/.env.dev-corp.example
toki 10ede9381b chore(dev-corp): Control Plane compose 배포 상태를 반영한다
dev-corp Control Plane/observability compose 배포 결과를 inventory와 smoke 기준에 남기고, native Edge metrics용 Prometheus 설정을 분리한다. 원격 Docker 빌드의 TLS 제약을 피할 수 있도록 Control Plane runtime image 경로도 추가한다.
2026-07-13 15:35:10 +09:00

29 lines
866 B
Text

COMPOSE_PROJECT_NAME=iop-dev-corp-agent
IOP_COMPOSE_NETWORK=iop-dev-corp-agent-net
IOP_COMPOSE_SUBNET=10.89.2.0/24
IOP_CONTROL_PLANE_HTTP_PORT=18002
IOP_CONTROL_PLANE_WIRE_PORT=19004
IOP_CONTROL_PLANE_EDGE_WIRE_PORT=19005
IOP_CONTROL_PLANE_METRICS_PORT=19104
IOP_EDGE_NODE_PORT=19006
IOP_EDGE_METRICS_PORT=19102
IOP_WEB_PORT=13002
IOP_PROMETHEUS_PORT=19112
IOP_PROMETHEUS_CONFIG=./configs/prometheus/prometheus.dev-corp.yml
IOP_GRAFANA_BIND=127.0.0.1
IOP_GRAFANA_PORT=19122
IOP_GRAFANA_ADMIN_USER=admin
IOP_GRAFANA_ADMIN_PASSWORD=iop_dev_admin
IOP_CONTROL_PLANE_HTTP_URL=http://iop.ai.kr:18002
IOP_CONTROL_PLANE_WIRE_URL=ws://iop.ai.kr:19004/client
IOP_POSTGRES_USER=iop
IOP_POSTGRES_PASSWORD=iop_dev_password
IOP_POSTGRES_DB=iop-control-plane-dev-corp
IOP_POSTGRES_PORT=15402
IOP_REDIS_PORT=16302
IOP_REDIS_DB=4
IOP_REDIS_KEY_PREFIX=iop:control-plane:dev-corp: