mirror of
https://github.com/MichaByte/OnBoard-Live.git
synced 2025-12-06 02:13:41 -05:00
make this not crash as much hopefully
This commit is contained in:
parent
5b17a6aef5
commit
8343f69bb8
2 changed files with 7 additions and 3 deletions
|
|
@ -1,5 +1,6 @@
|
|||
services:
|
||||
mediamtx:
|
||||
restart: unless-stopped
|
||||
network_mode: "host"
|
||||
build:
|
||||
context: ./mediamtx
|
||||
|
|
@ -18,6 +19,7 @@ services:
|
|||
- tiling_frontend_build:/usr/src/app/dist
|
||||
live-stream:
|
||||
network_mode: "host"
|
||||
restart: unless-stopped
|
||||
env_file: .stream.env
|
||||
depends_on:
|
||||
backend:
|
||||
|
|
@ -31,6 +33,7 @@ services:
|
|||
- tiling_frontend_build:/html
|
||||
backend:
|
||||
network_mode: "host"
|
||||
restart: unless-stopped
|
||||
env_file: .backend.env
|
||||
build:
|
||||
context: ./backend
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue