Skip to content

Commit

Permalink
Removed unnecessary volumes defined in docker-compose.serverless.yml (c…
Browse files Browse the repository at this point in the history
…vat-ai#4659)

* Update docker-compose.serverless.yml

* Update CHANGELOG.md

Co-authored-by: Boris Sekachev <[email protected]>
  • Loading branch information
KoheiKanagu and bsekachev authored Sep 15, 2022
1 parent 15565cb commit cf4e071
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Removed a possibly duplicated encodeURI() calls in `server-proxy.ts` to prevent doubly encoding
non-ascii paths while adding files from "Connected file share" (issue #4428)
- Removed unnecessary volumes defined in docker-compose.serverless.yml
(<https://github.com/openvinotoolkit/cvat/pull/4659>)

### Security
- TDB
Expand Down
3 changes: 0 additions & 3 deletions components/serverless/docker-compose.serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,3 @@ services:
cvat_worker_low:
extra_hosts:
- "host.docker.internal:host-gateway"

volumes:
cvat_events:

0 comments on commit cf4e071

Please sign in to comment.