From c1346bf2455076d933cad7fa5090f407ff2f2a47 Mon Sep 17 00:00:00 2001 From: Maria Khrustaleva Date: Wed, 1 Mar 2023 14:50:58 +0100 Subject: [PATCH 1/2] (docker-compose.yml) Add CVAT_BASE_URL --- docker-compose.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/docker-compose.yml b/docker-compose.yml index 38c204ef098..606430b59fb 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -44,6 +44,7 @@ services: DJANGO_LOG_SERVER_PORT: 80 CLICKHOUSE_HOST: clickhouse CVAT_ANALYTICS: 1 + CVAT_BASE_URL: command: -c supervisord/server.conf labels: - traefik.enable=true From 42835d9cde4fa54929a880be45c8b632266a3f9b Mon Sep 17 00:00:00 2001 From: Maria Khrustaleva Date: Wed, 1 Mar 2023 14:56:44 +0100 Subject: [PATCH 2/2] Update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 37b61b46b3d..9cb5da56cd1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -74,6 +74,7 @@ Tracks can be exported/imported to/from Datumaro and Sly Pointcloud formats () - Сreating a project or task with the same labels () - \[Server API\] Ability to rename label to an existing name () +- Missing CVAT_BASE_URL in docker-compose.yml () ### Security - Fixed vulnerability with social authentication ()