forked from extern/docker
13 lines
322 B
YAML
13 lines
322 B
YAML
|
version: '3.6'
|
||
|
services:
|
||
|
recordings-process:
|
||
|
build: mod/recordings-process
|
||
|
environment:
|
||
|
DOMAIN: ${DOMAIN}
|
||
|
volumes:
|
||
|
- /var/bigbluebutton:/var/bigbluebutton
|
||
|
- vol-freeswitch:/var/freeswitch/meetings
|
||
|
- vol-kurento:/var/kurento
|
||
|
networks:
|
||
|
bbb-net:
|
||
|
ipv4_address: 10.7.7.16
|