|
@@ -2,7 +2,7 @@
|
2
|
2
|
services:
|
3
|
3
|
|
4
|
4
|
synapse:
|
5
|
|
- image: ghcr.io/element-hq/synapse:latest
|
|
5
|
+ image: ghcr.io/element-hq/synapse:v1.105.1
|
6
|
6
|
restart: always
|
7
|
7
|
environment:
|
8
|
8
|
- SYNAPSE_CONFIG_PATH=/data/homeserver.yaml
|
|
@@ -19,7 +19,7 @@ services:
|
19
|
19
|
- 8008:8008
|
20
|
20
|
|
21
|
21
|
db:
|
22
|
|
- image: docker.io/postgres:16-alpine
|
|
22
|
+ image: docker.io/postgres:16.2-alpine
|
23
|
23
|
environment:
|
24
|
24
|
- POSTGRES_DB=synapse
|
25
|
25
|
- POSTGRES_USER=matrix_synapse
|
|
@@ -31,7 +31,7 @@ services:
|
31
|
31
|
matrix_db:
|
32
|
32
|
|
33
|
33
|
element:
|
34
|
|
- image: vectorim/element-web:latest
|
|
34
|
+ image: vectorim/element-web:v1.11.65
|
35
|
35
|
restart: unless-stopped
|
36
|
36
|
volumes:
|
37
|
37
|
- ./config/element/element-config.json:/app/config.json
|
|
@@ -42,7 +42,7 @@ services:
|
42
|
42
|
- synapse
|
43
|
43
|
|
44
|
44
|
sydent:
|
45
|
|
- image: matrixdotorg/sydent:latest
|
|
45
|
+ image: docker.io/matrixdotorg/sydent:v2.6.1
|
46
|
46
|
restart: unless-stopped
|
47
|
47
|
networks:
|
48
|
48
|
matrix_server:
|
|
@@ -51,7 +51,7 @@ services:
|
51
|
51
|
- synapse
|
52
|
52
|
|
53
|
53
|
synapse-admin:
|
54
|
|
- image: awesometechnologies/synapse-admin:latest
|
|
54
|
+ image: awesometechnologies/synapse-admin:0.10.1
|
55
|
55
|
restart: unless-stopped
|
56
|
56
|
networks:
|
57
|
57
|
matrix_server:
|
|
@@ -60,7 +60,8 @@ services:
|
60
|
60
|
- synapse
|
61
|
61
|
|
62
|
62
|
sliding-sync:
|
63
|
|
- image: ghcr.io/matrix-org/sliding-sync:latest
|
|
63
|
+ image: ghcr.io/matrix-org/sliding-sync:v0.99.16
|
|
64
|
+
|
64
|
65
|
restart: always
|
65
|
66
|
environment:
|
66
|
67
|
- SYNCV3_BINDADDR=:8008
|
|
@@ -75,7 +76,7 @@ services:
|
75
|
76
|
- synapse
|
76
|
77
|
|
77
|
78
|
hydrogen-web:
|
78
|
|
- image: ghcr.io/element-hq/hydrogen-web:latest
|
|
79
|
+ image: ghcr.io/element-hq/hydrogen-web:v0.4.1
|
79
|
80
|
restart: unless-stopped
|
80
|
81
|
environment:
|
81
|
82
|
- |
|