continued wip

This commit is contained in:
Micha Albert 2024-08-15 13:07:54 -04:00
parent af43bbc916
commit 263f91fc11
4 changed files with 21 additions and 17 deletions

View file

@ -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: