mirror of
https://github.com/MichaByte/OnBoard-Live.git
synced 2025-12-06 02:13:41 -05:00
IT WORKS!!!111!!!1!!1
This commit is contained in:
parent
1c91c56d30
commit
5774a351e1
4 changed files with 48 additions and 23 deletions
|
|
@ -15,21 +15,23 @@ services:
|
|||
context: ./tiling-frontend
|
||||
dockerfile: Dockerfile
|
||||
volumes:
|
||||
- tiling_frontend_build:/usr/src/app/dist
|
||||
- tiling_frontend_build:/usr/src/app/dist
|
||||
live-stream:
|
||||
network_mode: "host"
|
||||
env_file: .stream.env
|
||||
depends_on:
|
||||
active_stream_proxy:
|
||||
backend:
|
||||
condition: service_started
|
||||
web-frontend:
|
||||
condition: service_started
|
||||
build:
|
||||
context: ./live-stream
|
||||
dockerfile: Dockerfile
|
||||
volumes:
|
||||
- tiling_frontend_build:/html
|
||||
env_file: .stream.env
|
||||
backend:
|
||||
network_mode: "host"
|
||||
env_file: .backend.env
|
||||
ports:
|
||||
- "8000:8000"
|
||||
build:
|
||||
context: ./backend
|
||||
dockerfile: Dockerfile
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue