Skip to content

Commit

Permalink
remove deprecated sliding-sync containers.
Browse files Browse the repository at this point in the history
  • Loading branch information
FarisZR committed Oct 24, 2024
1 parent 969ca14 commit b8a8056
Showing 1 changed file with 0 additions and 28 deletions.
28 changes: 0 additions & 28 deletions matrix/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,34 +135,6 @@ services:
- source: eturnal
target: /etc/eturnal.yml

postgres-sync:
image: postgres:15.8-alpine@sha256:620dc79c45816cff4f38f0b49c71f15a3bc6bab9439ba1eea3a76d23ebcf1e4d
restart: always
# These will be used in homeserver.yaml later on
environment:
- POSTGRES_DB=sync
- POSTGRES_USER=sync
- POSTGRES_PASSWORD=(MATRIX_SLIDING_SYNC_POSTGRES_PASSWORD)
- POSTGRES_INITDB_ARGS=--encoding=UTF-8 --lc-collate=C --lc-ctype=C
volumes:
- sliding-sync-postgres:/var/lib/postgresql/data
networks:
default:

sliding-sync:
image: ghcr.io/matrix-org/sliding-sync:v0.99.19@sha256:bd1720738c70362bc0c6e93a29a78c0dba127257ac6d73ea6de1eb930450a0fd
restart: always
environment:
- SYNCV3_SERVER=https://matrix.aosus.org
- SYNCV3_DB=(MATRIX_SLIDING_SYNC_POSTGRES_CONNECTION_STRING)
- SYNCV3_SECRET=(MATRIX_SLIDING_SYNC_SECRET)
depends_on:
- postgres-sync
- synapse
networks:
web:
default:

configs:
synapse-homeserver:
file: /home/aosus/matrix/homeserver.yaml
Expand Down

0 comments on commit b8a8056

Please sign in to comment.