restructure: matrix compose update
This commit is contained in:
parent
f22a38d46f
commit
01b75e836b
2 changed files with 25 additions and 0 deletions
12
compose.yaml
12
compose.yaml
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue