Skip to content

Commit

Permalink
Fixed invocation of serverless functions (#4907)
Browse files Browse the repository at this point in the history
  • Loading branch information
azhavoro authored Sep 6, 2022
1 parent 3957892 commit 65a2610
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ Skeleton (<https://github.com/cvat-ai/cvat/pull/1>), (<https://github.com/opencv
- Show empty tasks (<https://github.com/cvat-ai/cvat/pull/100>)
- Fixed project filtration (<https://github.com/opencv/cvat/pull/4878>)
- Maximum callstack exceed when create task with 100000+ files from cloud storage (<https://github.com/opencv/cvat/pull/4836>)
- Fixed invocation of serverless functions (<https://github.com/opencv/cvat/pull/4907>)

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

cvat_worker_low:
extra_hosts:
- "host.docker.internal:host-gateway"

volumes:
cvat_events:
2 changes: 0 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@ services:
- cvat_logs:/home/django/logs
networks:
- cvat
extra_hosts:
- "host.docker.internal:host-gateway"

cvat_utils:
container_name: cvat_utils
Expand Down

0 comments on commit 65a2610

Please sign in to comment.