mirror of
https://github.com/MichaByte/OnBoard-Live.git
synced 2026-01-29 13:32:12 -05:00
Start dockerizing OBS
This commit is contained in:
parent
8308b22d89
commit
af43bbc916
10 changed files with 114 additions and 2 deletions
18
docker-compose.yml
Normal file
18
docker-compose.yml
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
version: '2'
|
||||
|
||||
services:
|
||||
web-frontend:
|
||||
build:
|
||||
# build from Dockerfile
|
||||
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
|
||||
volumes:
|
||||
tiling_frontend_build:
|
||||
Loading…
Add table
Add a link
Reference in a new issue