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: 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