restructure: matrix compose update
This commit is contained in:
parent
f22a38d46f
commit
01b75e836b
2 changed files with 25 additions and 0 deletions
13
.env.waha
Normal file
13
.env.waha
Normal file
|
|
@ -0,0 +1,13 @@
|
||||||
|
WAHA_DEFAULT_ENGINE=WEBJS
|
||||||
|
WHATSAPP_RESTART_ALL_SESSIONS=True
|
||||||
|
WHATSAPP_START_SESSION=default
|
||||||
|
WAHA_API_KEY=pfannkuchen2026
|
||||||
|
WAHA_DASHBOARD_ENABLED=True
|
||||||
|
WAHA_DASHBOARD_USERNAME=admin
|
||||||
|
WAHA_DASHBOARD_PASSWORD=pfannkuchen2026
|
||||||
|
WAHA_LOG_FORMAT=JSON
|
||||||
|
WAHA_LOG_LEVEL=info
|
||||||
|
WAHA_MEDIA_STORAGE=LOCAL
|
||||||
|
WAHA_PRINT_QR=False
|
||||||
|
WHATSAPP_FILES_FOLDER=/app/.media
|
||||||
|
WHATSAPP_FILES_LIFETIME=0
|
||||||
12
compose.yaml
12
compose.yaml
|
|
@ -51,3 +51,15 @@ services:
|
||||||
command: --config /etc/livekit/config.yaml
|
command: --config /etc/livekit/config.yaml
|
||||||
volumes:
|
volumes:
|
||||||
- /app-config/matrix/livekit/config.yaml:/etc/livekit/config.yaml
|
- /app-config/matrix/livekit/config.yaml:/etc/livekit/config.yaml
|
||||||
|
|
||||||
|
waha:
|
||||||
|
image: devlikeapro/waha:latest
|
||||||
|
container_name: waha
|
||||||
|
restart: always
|
||||||
|
ports:
|
||||||
|
- '3500:3000'
|
||||||
|
volumes:
|
||||||
|
- /app-config/waha/sessions:/app/.sessions
|
||||||
|
- /app-config/waha/media:/app/.media
|
||||||
|
env_file:
|
||||||
|
- .env.waha
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue