mirror of
https://github.com/bigbluebutton/docker.git
synced 2025-06-20 19:58:48 +02:00
build images automatically with docker-compose
This commit is contained in:
parent
75c49134de
commit
697c31c50a
@ -2,7 +2,7 @@ version: '3.6'
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
core:
|
core:
|
||||||
image: bbb-core
|
build: mod/core
|
||||||
depends_on:
|
depends_on:
|
||||||
- redis
|
- redis
|
||||||
cap_add:
|
cap_add:
|
||||||
@ -47,7 +47,6 @@ services:
|
|||||||
- bigbluebutton:/var/bigbluebutton
|
- bigbluebutton:/var/bigbluebutton
|
||||||
- ./mod/nginx/bbb:/etc/nginx/bbb
|
- ./mod/nginx/bbb:/etc/nginx/bbb
|
||||||
- ./mod/nginx/bigbluebutton:/etc/nginx/conf.d/default.conf
|
- ./mod/nginx/bigbluebutton:/etc/nginx/conf.d/default.conf
|
||||||
- ./mod/nginx/503.html:/etc/nginx/conf.d/default.conf
|
|
||||||
networks:
|
networks:
|
||||||
- bbb-net
|
- bbb-net
|
||||||
extra_hosts:
|
extra_hosts:
|
||||||
@ -116,7 +115,7 @@ services:
|
|||||||
- bbb-net
|
- bbb-net
|
||||||
|
|
||||||
html5:
|
html5:
|
||||||
image: bbb-html5
|
build: mod/html5
|
||||||
depends_on:
|
depends_on:
|
||||||
- redis
|
- redis
|
||||||
- mongodb
|
- mongodb
|
||||||
|
Loading…
x
Reference in New Issue
Block a user