mirror of https://github.com/OpenVidu/openvidu.git
deployment-openvidu-pro: Use oss beats services
parent
709d7d2a5c
commit
a852a826fa
|
@ -21,10 +21,10 @@
|
||||||
# -------------------------------
|
# -------------------------------
|
||||||
# Docker hub kurento media server: https://www.docker.elastic.co/
|
# Docker hub kurento media server: https://www.docker.elastic.co/
|
||||||
# Uncomment the next line and define this variable with METRICBEAT_IMAGE image that you want use
|
# Uncomment the next line and define this variable with METRICBEAT_IMAGE image that you want use
|
||||||
# METRICBEAT_IMAGE=docker.elastic.co/beats/metricbeat:7.8.0
|
# METRICBEAT_IMAGE=docker.elastic.co/beats/metricbeat-oss:7.8.0
|
||||||
|
|
||||||
# FileBeat ElasticSearch Image
|
# FileBeat ElasticSearch Image
|
||||||
# -------------------------------
|
# -------------------------------
|
||||||
# Docker hub kurento media server: https://www.docker.elastic.co/
|
# Docker hub kurento media server: https://www.docker.elastic.co/
|
||||||
# Uncomment the next line and define this variable with FILEBEAT_IMAGE image that you want use
|
# Uncomment the next line and define this variable with FILEBEAT_IMAGE image that you want use
|
||||||
# FILEBEAT_IMAGE=docker.elastic.co/beats/filebeat:7.8.0
|
# FILEBEAT_IMAGE=docker.elastic.co/beats/filebeat-oss:7.8.0
|
|
@ -26,8 +26,8 @@ services:
|
||||||
environment:
|
environment:
|
||||||
- KMS_IMAGE=${KMS_IMAGE:-kurento/kurento-media-server:6.14.0}
|
- KMS_IMAGE=${KMS_IMAGE:-kurento/kurento-media-server:6.14.0}
|
||||||
- KMS_DEBUG_LEVEL=${KMS_DEBUG_LEVEL:-}
|
- KMS_DEBUG_LEVEL=${KMS_DEBUG_LEVEL:-}
|
||||||
- METRICBEAT_IMAGE=${METRICBEAT_IMAGE:-docker.elastic.co/beats/metricbeat:7.8.0}
|
- METRICBEAT_IMAGE=${METRICBEAT_IMAGE:-docker.elastic.co/beats/metricbeat-oss:7.8.0}
|
||||||
- FILEBEAT_IMAGE=${FILEBEAT_IMAGE:-docker.elastic.co/beats/filebeat:7.8.0}
|
- FILEBEAT_IMAGE=${FILEBEAT_IMAGE:-docker.elastic.co/beats/filebeat-oss:7.8.0}
|
||||||
ports:
|
ports:
|
||||||
- 3000:3000
|
- 3000:3000
|
||||||
volumes:
|
volumes:
|
||||||
|
|
Loading…
Reference in New Issue