forked from juanluisbaptiste/docker-bigbluebutton
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtutum.yml
37 lines (37 loc) · 808 Bytes
/
tutum.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
bbb:
image: 'juanluisbaptiste/bigbluebutton:latest'
environment:
- BBB_INSTALL_DEMOS=yes
- MOBILE_SALT=03b07
- SERVER_NAME=bbb.ctecsas.com
- SERVER_SALT=5ca422de042242086336aa041f26d79e
- VIRTUAL_HOST=bbb.ctecsas.com
ports:
- '1935:1935'
- '9123:9123'
restart: always
volumes_from:
- bbbdata
tags:
- bbb
bbbdata:
image: 'ubuntu:14.04'
command: /bin/true
volumes:
- /var/bigbluebutton
- /var/freeswitch
- '/data/ctecsas-base/backups:/data/backups'
- '/etc/localtime:/etc/localtime:ro'
tags:
- bbb
nginx:
image: 'juanluisbaptiste/bigbluebutton-proxy:latest'
ports:
- '80:80'
- '443:443'
restart: always
volumes:
- '/var/run/docker.sock:/tmp/docker.sock'
- '/etc/localtime:/etc/localtime:ro'
tags:
- base