Add: element web to Matrix-Stack
This commit is contained in:
parent
dc613523ac
commit
0ba56a4132
1 changed files with 12 additions and 0 deletions
|
@ -29,3 +29,15 @@ services:
|
|||
volumes:
|
||||
- ./synapse:/data
|
||||
- ./briges:/briges
|
||||
|
||||
# Clients
|
||||
element:
|
||||
image: vectorim/element-web:latest
|
||||
restart: unless-stopped
|
||||
hostname: element
|
||||
ports:
|
||||
- 8010:80
|
||||
depends_on:
|
||||
- synapse
|
||||
volumes:
|
||||
- clients/config/element/element-config.json:/app/config.json
|
||||
|
|
Loading…
Reference in a new issue