diff --git a/matrix/docker-compose.yml b/matrix/docker-compose.yml index bf4c686..c349de5 100644 --- a/matrix/docker-compose.yml +++ b/matrix/docker-compose.yml @@ -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