chore: merge gitignore changes

This commit is contained in:
TheMaddax 2024-12-09 16:20:42 -06:00
commit bf4b633935

View file

@ -10,11 +10,17 @@ services:
- "804:804" - "804:804"
networks: networks:
- caddy_network - caddy_network
volumes:
- video_content:/app/public/videos
environment: environment:
- NODE_ENV=production - NODE_ENV=production
- PORT=804 - PORT=804
restart: unless-stopped restart: unless-stopped
volumes:
video_content:
external: true
networks: networks:
caddy_network: caddy_network:
external: true external: true