[Komodo] admin: Write Stack File: update compose.yaml

This commit is contained in:
komodo 2025-10-22 19:36:59 +02:00
parent b93fc8ac33
commit 26ec284306

View file

@ -173,3 +173,23 @@ services:
# <Host Port>:<Container Port> # <Host Port>:<Container Port>
- 3001:3001 - 3001:3001
restart: unless-stopped 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'