fix(docker): fix Docker warnings
This commit is contained in:
committed by
Saúl Ibarra Corretgé
parent
ca990f6c8d
commit
3b119747ae
@@ -1,5 +1,3 @@
|
||||
version: '3.5'
|
||||
|
||||
services:
|
||||
# Etherpad: real-time collaborative document editing
|
||||
etherpad:
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
version: '3.5'
|
||||
|
||||
services:
|
||||
# Grafana: used for visualization of metrics and log data through customizable dashboards.
|
||||
grafana:
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
version: '3.5'
|
||||
|
||||
services:
|
||||
jibri:
|
||||
image: jitsi/jibri:${JITSI_IMAGE_VERSION:-unstable}
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
version: '3.5'
|
||||
|
||||
services:
|
||||
# SIP gateway (audio)
|
||||
jigasi:
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
version: '3.5'
|
||||
|
||||
services:
|
||||
# Log Analyser: used for setting up a log analysis system for visualization, log collection and log processing.
|
||||
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
version: '3.5'
|
||||
|
||||
services:
|
||||
transcriber:
|
||||
image: jitsi/jigasi:${JITSI_IMAGE_VERSION:-unstable}
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
version: '3.5'
|
||||
|
||||
services:
|
||||
whiteboard:
|
||||
image: jitsi/excalidraw-backend:21
|
||||
|
||||
Reference in New Issue
Block a user