From 26ec284306b66761e971a76056c3a1f490a3464f Mon Sep 17 00:00:00 2001 From: komodo Date: Wed, 22 Oct 2025 19:36:59 +0200 Subject: [PATCH] [Komodo] admin: Write Stack File: update compose.yaml --- compose.yaml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/compose.yaml b/compose.yaml index 9b9a240..6c9644c 100644 --- a/compose.yaml +++ b/compose.yaml @@ -173,3 +173,23 @@ services: # : - 3001:3001 restart: unless-stopped + + + + waha: + restart: always + image: devlikeapro/waha:latest + dns: + - 1.1.1.1 + - 8.8.8.8 + logging: + driver: 'json-file' + options: + max-size: '100m' + max-file: '10' + ports: + - '3000:3000/tcp' + volumes: + - '/app-config/waha/sessions:/app/.sessions' + - '/app-config/waha/media:/app/.media' +