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

This commit is contained in:
komodo 2025-10-22 19:41:24 +02:00
parent 660ba54ab6
commit 4bc12bf327

View file

@ -179,6 +179,8 @@ services:
waha: waha:
restart: always restart: always
image: devlikeapro/waha:latest image: devlikeapro/waha:latest
networks:
- monitoring_network
dns: dns:
- 1.1.1.1 - 1.1.1.1
- 8.8.8.8 - 8.8.8.8
@ -188,7 +190,7 @@ services:
max-size: '100m' max-size: '100m'
max-file: '10' max-file: '10'
ports: ports:
- '3001:3000/tcp' - '3333:3000/tcp'
volumes: volumes:
- '/app-config/waha/sessions:/app/.sessions' - '/app-config/waha/sessions:/app/.sessions'
- '/app-config/waha/media:/app/.media' - '/app-config/waha/media:/app/.media'