mirror of
https://github.com/bigbluebutton/docker.git
synced 2024-11-22 16:13:20 +01:00
15 lines
331 B
YAML
15 lines
331 B
YAML
version: '3.6'
|
|
services:
|
|
recordings:
|
|
build: mod/recordings
|
|
depends_on:
|
|
- redis
|
|
environment:
|
|
DOMAIN: ${DOMAIN}
|
|
volumes:
|
|
- bigbluebutton:/var/bigbluebutton
|
|
- vol-freeswitch:/var/freeswitch/meetings
|
|
- vol-kurento:/var/kurento
|
|
networks:
|
|
bbb-net:
|
|
ipv4_address: 10.7.7.16 |