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