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