chore: merge gitignore changes
This commit is contained in:
commit
bf4b633935
1 changed files with 6 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue