cvat-ai / cvat

Annotate better with CVAT, the industry-leading data engine for machine learning. Used and trusted by teams at any scale, for data of any scale.

Home Page:https://cvat.ai

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Change analytics port

jloebl opened this issue · comments

Hey, easy question but i cant find information on this:

According to the doc (https://docs.cvat.ai/docs/contributing/development-environment/#cvat-analytics-ports) i need to open the ports 8282 and 8123 to access the analytics web ui.

How do i change the analytics ports?

I only found the clickhouse port in the docker-compose.dev.yml. Correct me if i am wrong but as long i dont use the dev version (i am using v2.12.0) this file gets ignored. So where are they defined?

In production analytics is not exposed outside as far as I remember.
To access it you just enter http://localhost:8080/analytics and nginx proxies you to the right container within the docker network.
So, the request is not really clear.