mirror of
https://github.com/bigbluebutton/docker.git
synced 2024-11-25 17:43:11 +01:00
13 lines
270 B
YAML
13 lines
270 B
YAML
|
version: '3.6'
|
||
|
services:
|
||
|
webhooks:
|
||
|
build: mod/webhooks
|
||
|
restart: unless-stopped
|
||
|
environment:
|
||
|
DOMAIN: ${DOMAIN}
|
||
|
SHARED_SECRET: ${SHARED_SECRET}
|
||
|
extra_hosts:
|
||
|
- "redis:10.7.7.5"
|
||
|
networks:
|
||
|
bbb-net:
|
||
|
ipv4_address: 10.7.7.15
|