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"
|
||||
networks:
|
||||
- caddy_network
|
||||
volumes:
|
||||
- video_content:/app/public/videos
|
||||
environment:
|
||||
- NODE_ENV=production
|
||||
- PORT=804
|
||||
restart: unless-stopped
|
||||
|
||||
volumes:
|
||||
video_content:
|
||||
external: true
|
||||
|
||||
networks:
|
||||
caddy_network:
|
||||
external: true
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue