Skip to content

Commit

Permalink
Mount share folder
Browse files Browse the repository at this point in the history
  • Loading branch information
sarikaya committed Nov 5, 2021
1 parent 601b903 commit 3f320e4
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ node_modules
/letsencrypt-webroot/

# Ignore temporary files
docker-compose.override.yml
# docker-compose.override.yml
__pycache__
*.pyc
._*
Expand Down
15 changes: 15 additions & 0 deletions docker-compose.override.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
version: '3.3'

services:
cvat:
environment:
CVAT_SHARE_URL: '/s3-bucket'
volumes:
- cvat_share:/home/django/share:ro

volumes:
cvat_share:
driver_opts:
type: none
device: /s3-bucket
o: bind

0 comments on commit 3f320e4

Please sign in to comment.