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