mirror of
https://github.com/MichaByte/OnBoard-Live.git
synced 2026-01-29 13:32:12 -05:00
continued wip
This commit is contained in:
parent
af43bbc916
commit
263f91fc11
4 changed files with 21 additions and 17 deletions
|
|
@ -1,9 +1,6 @@
|
|||
version: '2'
|
||||
|
||||
services:
|
||||
web-frontend:
|
||||
build:
|
||||
# build from Dockerfile
|
||||
context: ./tiling-frontend
|
||||
dockerfile: Dockerfile
|
||||
volumes:
|
||||
|
|
@ -14,5 +11,11 @@ services:
|
|||
dockerfile: Dockerfile
|
||||
volumes:
|
||||
- tiling_frontend_build:/home/obs/html
|
||||
environment:
|
||||
OBSWS_PASSWORD: ${OBSWS_PASSWORD}
|
||||
YT_STREAM_KEY: ${YT_STREAM_KEY}
|
||||
mediamtx:
|
||||
network_mode: host
|
||||
image: docker.io/bluenviron/mediamtx
|
||||
volumes:
|
||||
tiling_frontend_build:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue