restructure: matrix compose update

This commit is contained in:
sascha 2026-04-03 15:05:59 +02:00
parent f22a38d46f
commit 01b75e836b
2 changed files with 25 additions and 0 deletions

View file

@ -51,3 +51,15 @@ services:
command: --config /etc/livekit/config.yaml
volumes:
- /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