Compare commits
10 commits
d73db81c64
...
d363a83093
Author | SHA1 | Date | |
---|---|---|---|
d363a83093 | |||
01b82a65d0 | |||
e249d5f34c | |||
890eadf027 | |||
0e4fff1f5f | |||
6d424e1fe0 | |||
de929bc3f2 | |||
e95c07259c | |||
94f24b18d3 | |||
b5bf5a3bcd |
1 changed files with 4 additions and 4 deletions
|
@ -2,7 +2,7 @@ name: matrix
|
|||
|
||||
services:
|
||||
synapse:
|
||||
image: docker.io/matrixdotorg/synapse:v1.128.0@sha256:5765b7f1bd46b3ded0a59546c8e69b33e57ef6007854791701943f0414557e39
|
||||
image: docker.io/matrixdotorg/synapse:v1.131.0@sha256:0ccf03d915a636d12bcb35f49935421445a4d644c0449cc211252663b9137cd0
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- SYNAPSE_CONFIG_PATH=/data/homeserver.yaml
|
||||
|
@ -21,7 +21,7 @@ services:
|
|||
- matrix
|
||||
|
||||
mas:
|
||||
image: ghcr.io/element-hq/matrix-authentication-service:0.14.1@sha256:5a24857b4cf429d21eb823cc80bf0bc78ffc055c303ef898a0f2e32cbf57c194
|
||||
image: ghcr.io/element-hq/matrix-authentication-service:0.16.0@sha256:bf3daeb5a37a7aab92d351028e8b6406a750977d716eb2da92f7a61e27fe05fc
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- mas_data:/data
|
||||
|
@ -40,7 +40,7 @@ services:
|
|||
- db
|
||||
|
||||
db:
|
||||
image: postgres:17.4@sha256:4aed4b0525233308fc5de1b8d47f92326460d598dc5f004d14b41f183360b4e9
|
||||
image: postgres:17.5@sha256:62d6869ec6d5b30b53ee45e102a952990be578189a8abc5804bfdebeb4f9f542
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- POSTGRES_USER=${DC_MATRIX_POSTGRES_USER:-synapse}
|
||||
|
@ -55,7 +55,7 @@ services:
|
|||
- matrix
|
||||
|
||||
whatsapp:
|
||||
image: dock.mau.dev/mautrix/whatsapp:v0.12.0@sha256:b43bf2d24c71b107d31fcd8c9d367e7a44d21d15eb2805db7a39e928409132e3
|
||||
image: dock.mau.dev/mautrix/whatsapp:v0.12.1@sha256:4232314f66156d5f2eb1ac841c11f265af888a1b56c302f367d1274d82dd521f
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- whatsapp:/data
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue