Compare commits
5 commits
dd393c3fe3
...
1f32e3dced
Author | SHA1 | Date | |
---|---|---|---|
1f32e3dced | |||
2029e31473 | |||
7454bc9e8a | |||
87f500561a | |||
05c07352cc |
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
services:
|
||||
synapse:
|
||||
image: docker.io/matrixdotorg/synapse:v1.119.0@sha256:a18c25d7c80a226905943483840d143c7d1f7fc6c95d5911d41a5e6567971e7c
|
||||
image: docker.io/matrixdotorg/synapse:v1.120.2@sha256:4643acbfbca970c4b9ff20023c8c5d8ceeb2594f2117e823698bb610c7d0dbda
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- SYNAPSE_CONFIG_PATH=/data/homeserver.yaml
|
||||
|
@ -19,7 +19,7 @@ services:
|
|||
- matrix
|
||||
|
||||
db:
|
||||
image: docker.io/postgres:17.2-alpine@sha256:e7897baa70dae1968d23d785adb4aeb699175e0bcaae44f98a7083ecb9668b93
|
||||
image: docker.io/postgres:17.2-alpine@sha256:ccfa992a46925f976709844d552aecb316eab4fb512b699bc0f990a489fed463
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- POSTGRES_USER=${DC_MATRIX_POSTGRES_USER:-synapse}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue