Add video_content directory

This commit is contained in:
TheMaddax 2024-12-09 16:37:06 -06:00
parent bf4b633935
commit a29b2bb2b5

View file

@ -1,5 +1,3 @@
version: '3.8'
services:
web:
build:
@ -11,7 +9,9 @@ services:
networks:
- caddy_network
volumes:
- video_content:/app/public/videos
- type: bind
source: /docker/websites/deafgain/video_content
target: /app/public/videos
environment:
- NODE_ENV=production
- PORT=804