mirror of
https://github.com/MichaByte/OnBoard-Live.git
synced 2026-01-29 13:32:12 -05:00
18 lines
362 B
YAML
18 lines
362 B
YAML
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:
|