jicofo: enable rest interface (#1494)

This commit is contained in:
Aaron van Meerten
2023-03-15 15:53:46 -05:00
committed by GitHub
parent ca0b92ee2a
commit e1c1f1b034
2 changed files with 10 additions and 0 deletions

View File

@@ -255,6 +255,8 @@ services:
jicofo:
image: jitsi/jicofo:${JITSI_IMAGE_VERSION:-unstable}
restart: ${RESTART_POLICY:-unless-stopped}
ports:
- '127.0.0.1:8888:8888'
volumes:
- ${CONFIG}/jicofo:/config:Z
environment:
@@ -275,6 +277,7 @@ services:
- JICOFO_CONF_INITIAL_PARTICIPANT_WAIT_TIMEOUT
- JICOFO_CONF_SINGLE_PARTICIPANT_TIMEOUT
- JICOFO_ENABLE_HEALTH_CHECKS
- JICOFO_ENABLE_REST
- JIBRI_BREWERY_MUC
- JIBRI_REQUEST_RETRIES
- JIBRI_PENDING_TIMEOUT