cvat/tests/docker-compose.file_share.yml

11 lines
279 B
YAML
Raw Permalink Normal View History

2025-09-16 01:19:40 +00:00
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