Setting versions

This commit is contained in:
Miguel Gagliardo 2024-04-27 21:00:32 +01:00
parent 2c1c5f9e6f
commit 4a24247be5
1 changed files with 8 additions and 7 deletions

View File

@ -2,7 +2,7 @@
services:
synapse:
image: ghcr.io/element-hq/synapse:latest
image: ghcr.io/element-hq/synapse:v1.105.1
restart: always
environment:
- SYNAPSE_CONFIG_PATH=/data/homeserver.yaml
@ -19,7 +19,7 @@ services:
- 8008:8008
db:
image: docker.io/postgres:16-alpine
image: docker.io/postgres:16.2-alpine
environment:
- POSTGRES_DB=synapse
- POSTGRES_USER=matrix_synapse
@ -31,7 +31,7 @@ services:
matrix_db:
element:
image: vectorim/element-web:latest
image: vectorim/element-web:v1.11.65
restart: unless-stopped
volumes:
- ./config/element/element-config.json:/app/config.json
@ -42,7 +42,7 @@ services:
- synapse
sydent:
image: matrixdotorg/sydent:latest
image: docker.io/matrixdotorg/sydent:v2.6.1
restart: unless-stopped
networks:
matrix_server:
@ -51,7 +51,7 @@ services:
- synapse
synapse-admin:
image: awesometechnologies/synapse-admin:latest
image: awesometechnologies/synapse-admin:0.10.1
restart: unless-stopped
networks:
matrix_server:
@ -60,7 +60,8 @@ services:
- synapse
sliding-sync:
image: ghcr.io/matrix-org/sliding-sync:latest
image: ghcr.io/matrix-org/sliding-sync:v0.99.16
restart: always
environment:
- SYNCV3_BINDADDR=:8008
@ -75,7 +76,7 @@ services:
- synapse
hydrogen-web:
image: ghcr.io/element-hq/hydrogen-web:latest
image: ghcr.io/element-hq/hydrogen-web:v0.4.1
restart: unless-stopped
environment:
- |