Add video_content directory
This commit is contained in:
parent
bf4b633935
commit
a29b2bb2b5
1 changed files with 3 additions and 3 deletions
|
|
@ -1,5 +1,3 @@
|
||||||
version: '3.8'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
web:
|
web:
|
||||||
build:
|
build:
|
||||||
|
|
@ -11,7 +9,9 @@ services:
|
||||||
networks:
|
networks:
|
||||||
- caddy_network
|
- caddy_network
|
||||||
volumes:
|
volumes:
|
||||||
- video_content:/app/public/videos
|
- type: bind
|
||||||
|
source: /docker/websites/deafgain/video_content
|
||||||
|
target: /app/public/videos
|
||||||
environment:
|
environment:
|
||||||
- NODE_ENV=production
|
- NODE_ENV=production
|
||||||
- PORT=804
|
- PORT=804
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue