fix(docker): fix Docker warnings

This commit is contained in:
emrah
2025-12-21 10:08:46 +03:00
committed by Saúl Ibarra Corretgé
parent ca990f6c8d
commit 3b119747ae
7 changed files with 0 additions and 14 deletions

View File

@@ -1,5 +1,3 @@
version: '3.5'
services: services:
# Etherpad: real-time collaborative document editing # Etherpad: real-time collaborative document editing
etherpad: etherpad:

View File

@@ -1,5 +1,3 @@
version: '3.5'
services: services:
# Grafana: used for visualization of metrics and log data through customizable dashboards. # Grafana: used for visualization of metrics and log data through customizable dashboards.
grafana: grafana:

View File

@@ -1,5 +1,3 @@
version: '3.5'
services: services:
jibri: jibri:
image: jitsi/jibri:${JITSI_IMAGE_VERSION:-unstable} image: jitsi/jibri:${JITSI_IMAGE_VERSION:-unstable}

View File

@@ -1,5 +1,3 @@
version: '3.5'
services: services:
# SIP gateway (audio) # SIP gateway (audio)
jigasi: jigasi:

View File

@@ -1,5 +1,3 @@
version: '3.5'
services: services:
# Log Analyser: used for setting up a log analysis system for visualization, log collection and log processing. # Log Analyser: used for setting up a log analysis system for visualization, log collection and log processing.

View File

@@ -1,5 +1,3 @@
version: '3.5'
services: services:
transcriber: transcriber:
image: jitsi/jigasi:${JITSI_IMAGE_VERSION:-unstable} image: jitsi/jigasi:${JITSI_IMAGE_VERSION:-unstable}

View File

@@ -1,5 +1,3 @@
version: '3.5'
services: services:
whiteboard: whiteboard:
image: jitsi/excalidraw-backend:21 image: jitsi/excalidraw-backend:21