matrix: add initial conduit-only config
This commit is contained in:
parent
b5e9afe5a4
commit
ef8f5da37d
11 changed files with 182 additions and 0 deletions
12
roles/matrix/files/compose.yml
Normal file
12
roles/matrix/files/compose.yml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
services:
|
||||
conduit:
|
||||
image: 'matrixconduit/matrix-conduit:next'
|
||||
restart: 'always'
|
||||
|
||||
environment:
|
||||
CONDUIT_CONFIG: '/etc/matrix-conduit/conduit.toml'
|
||||
ports:
|
||||
- '8004:6167'
|
||||
volumes:
|
||||
- '/mnt/data1/matrix/conduit:/var/lib/matrix-conduit'
|
||||
- '/etc/matrix/conduit.toml:/etc/matrix-conduit/conduit.toml'
|
||||
Loading…
Add table
Add a link
Reference in a new issue