From 62c36843a054cf3c783830946ac030100ed9def7 Mon Sep 17 00:00:00 2001 From: sascha Date: Fri, 3 Apr 2026 18:12:56 +0200 Subject: [PATCH] remove waha - eigener Stack --- compose.yaml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/compose.yaml b/compose.yaml index ebe5077..f7bc57d 100644 --- a/compose.yaml +++ b/compose.yaml @@ -51,15 +51,3 @@ services: command: --config /etc/livekit/config.yaml volumes: - /app-config/matrix/livekit/config.yaml:/etc/livekit/config.yaml - - waha: - image: devlikeapro/waha:latest - container_name: waha - restart: always - ports: - - '3500:3000' - volumes: - - /app-config/waha/sessions:/app/.sessions - - /app-config/waha/media:/app/.media - env_file: - - .env.waha