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