Dockercompose version update 2.3 --> 3.3 (#2235)

* updating dockercompose from 2.3 to 3.3

* adding changelog

* updating version in ci

* updating network mode docker-compose.ci

* updating version in components/serverless/docker-compose
main
abdullahrkw 5 years ago committed by GitHub
parent a5b2229039
commit abf9814bc1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -26,6 +26,7 @@ filters and searching the nearest frame without any annotations (<https://github
- Right colors of label tags in label mapping when a user runs automatic detection (<https://github.com/openvinotoolkit/cvat/pull/2162>)
- Nuclio became an optional component of CVAT (<https://github.com/openvinotoolkit/cvat/pull/2192>)
- A key to remove a point from a polyshape [Ctrl => Alt] (<https://github.com/openvinotoolkit/cvat/pull/2204>)
- Updated `docker-compose` file version from `2.3` to `3.3`
### Deprecated
-

@ -1,4 +1,4 @@
version: '2.3'
version: '3.3'
services:
cvat_elasticsearch:
container_name: cvat_elasticsearch

@ -1,4 +1,4 @@
version: '2.3'
version: '3.3'
services:
serverless:
container_name: nuclio

@ -1,10 +1,10 @@
version: "2.3"
version: "3.3"
services:
cvat_ci:
image: cvat_ci
network_mode: host
build:
network: host
context: .
dockerfile: Dockerfile.ci
depends_on:

@ -3,7 +3,7 @@
#
# SPDX-License-Identifier: MIT
#
version: "2.3"
version: "3.3"
services:
cvat_db:
@ -98,9 +98,9 @@ services:
networks:
default:
ipam:
driver: default
config:
- subnet: 172.28.0.0/24
gateway: 172.28.0.1
volumes:
cvat_db:

Loading…
Cancel
Save