mirror of
https://github.com/bigbluebutton/docker.git
synced 2025-01-24 06:28:36 +01:00
added bbb-web healthchek
This commit is contained in:
parent
75358b156c
commit
6905723d45
@ -12,6 +12,9 @@ services:
|
||||
depends_on:
|
||||
- redis
|
||||
- libreoffice
|
||||
healthcheck:
|
||||
test: wget --no-verbose --tries=1 --spider http://10.7.7.2:8090/bigbluebutton/api || exit 1
|
||||
start_period: 2m
|
||||
environment:
|
||||
DEV_MODE: ${DEV_MODE:-}
|
||||
DOMAIN: ${DOMAIN}
|
||||
|
Loading…
Reference in New Issue
Block a user