mirror of
https://github.com/MichaByte/OnBoard-Live.git
synced 2026-01-29 05:32:11 -05:00
21 lines
491 B
YAML
21 lines
491 B
YAML
services:
|
|
web-frontend:
|
|
build:
|
|
context: ./tiling-frontend
|
|
dockerfile: Dockerfile
|
|
volumes:
|
|
- tiling_frontend_build:/usr/src/app/dist
|
|
obs:
|
|
build:
|
|
context: ./obs
|
|
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:
|