jvb: add TCP Harvester configuration options

This commit is contained in:
Dan Caseley
2018-11-29 19:43:07 +00:00
committed by Saúl Ibarra Corretgé
parent d6de4fdb58
commit da43e68854
4 changed files with 12 additions and 2 deletions

View File

@@ -84,6 +84,7 @@ services:
image: jitsi/jvb
ports:
- '${JVB_PORT}:${JVB_PORT}/udp'
- '${JVB_TCP_PORT}:${JVB_TCP_PORT}'
volumes:
- ${CONFIG}/jvb:/config
environment:
@@ -95,6 +96,8 @@ services:
- JVB_AUTH_PASSWORD
- JVB_BREWERY_MUC
- JVB_PORT
- JVB_TCP_HARVESTER_DISABLED
- JVB_TCP_PORT
- JVB_STUN_SERVERS
- JVB_ENABLE_APIS
- JICOFO_AUTH_USER