Compare commits
10 commits
1387c97e61
...
01b82a65d0
Author | SHA1 | Date | |
---|---|---|---|
01b82a65d0 | |||
e249d5f34c | |||
890eadf027 | |||
0e4fff1f5f | |||
6d424e1fe0 | |||
de929bc3f2 | |||
e95c07259c | |||
94f24b18d3 | |||
b5bf5a3bcd | |||
d73db81c64 |
1 changed files with 4 additions and 4 deletions
|
@ -2,7 +2,7 @@ name: matrix
|
||||||
|
|
||||||
services:
|
services:
|
||||||
synapse:
|
synapse:
|
||||||
image: docker.io/matrixdotorg/synapse:v1.128.0@sha256:5765b7f1bd46b3ded0a59546c8e69b33e57ef6007854791701943f0414557e39
|
image: docker.io/matrixdotorg/synapse:v1.131.0@sha256:0ccf03d915a636d12bcb35f49935421445a4d644c0449cc211252663b9137cd0
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
- SYNAPSE_CONFIG_PATH=/data/homeserver.yaml
|
- SYNAPSE_CONFIG_PATH=/data/homeserver.yaml
|
||||||
|
@ -21,7 +21,7 @@ services:
|
||||||
- matrix
|
- matrix
|
||||||
|
|
||||||
mas:
|
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
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- mas_data:/data
|
- mas_data:/data
|
||||||
|
@ -40,7 +40,7 @@ services:
|
||||||
- db
|
- db
|
||||||
|
|
||||||
db:
|
db:
|
||||||
image: postgres:17.4@sha256:f57cfa8e5c1b89d07c9cee525849772027c1d05b6668b1ee2ce64a4890ecb1ef
|
image: postgres:17.5@sha256:30a72339ce74f2621f0f82cd983a11ade307ec2e634a7998318e8813a6f6f25c
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
- POSTGRES_USER=${DC_MATRIX_POSTGRES_USER:-synapse}
|
- POSTGRES_USER=${DC_MATRIX_POSTGRES_USER:-synapse}
|
||||||
|
@ -55,7 +55,7 @@ services:
|
||||||
- matrix
|
- matrix
|
||||||
|
|
||||||
whatsapp:
|
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
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- whatsapp:/data
|
- whatsapp:/data
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue