docker/docker-compose.recordings.yml

13 lines
306 B
YAML
Raw Normal View History

version: '3.6'
services:
recordings:
build: mod/recordings
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