Browse Source

Setting versions

master
Miguel Gagliardo 5 months ago
parent
commit
4a24247be5
1 changed files with 8 additions and 7 deletions
  1. 8
    7
      docker-compose.yaml

+ 8
- 7
docker-compose.yaml View File

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

Loading…
Cancel
Save