added bbb-web healthchek

This commit is contained in:
chandi 2021-02-22 16:43:17 +01:00
parent 75358b156c
commit 6905723d45

View File

@ -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}