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' +