Skip to content

Commit

Permalink
Use Docker-managed directory
Browse files Browse the repository at this point in the history
  • Loading branch information
etherealyn committed May 13, 2019
1 parent 96a7791 commit a601b0b
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 23 deletions.
38 changes: 18 additions & 20 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ networks:
volumes:
mongodb_data:
driver: local
video_data:
driver: local

services:
mongodb:
Expand All @@ -18,14 +20,14 @@ services:
ports:
- "27017:27017"
backend-tier:
image: 'etherealyn/vat-backend:v0.3.2'
image: 'etherealyn/vat-backend:v0.3.3'
build: ./srv
networks:
- app-tier
ports:
- "3000:3000"
volumes:
- ./videos:/videos
- video_data:/videos
environment:
- CORS=http://$SAT_HOSTNAME:4200
- MULTER_DEST=/videos
Expand Down
2 changes: 1 addition & 1 deletion srv
Submodule srv updated 1 files
+0 −2 Dockerfile
Empty file removed videos/.gitkeep
Empty file.

0 comments on commit a601b0b

Please sign in to comment.