11 lines
279 B
YAML
11 lines
279 B
YAML
|
|
services:
|
||
|
|
cvat_worker_import:
|
||
|
|
volumes:
|
||
|
|
- ./tests/mounted_file_share:/home/django/share:rw
|
||
|
|
cvat_server:
|
||
|
|
volumes:
|
||
|
|
- ./tests/mounted_file_share:/home/django/share:rw
|
||
|
|
cvat_worker_chunks:
|
||
|
|
volumes:
|
||
|
|
- ./tests/mounted_file_share:/home/django/share:rw
|