[Komodo] admin: Write Stack File: update compose.yaml
This commit is contained in:
parent
660ba54ab6
commit
4bc12bf327
1 changed files with 3 additions and 1 deletions
|
|
@ -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'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue