Compare commits
2 commits
1403de5c22
...
00e23a1613
Author | SHA1 | Date | |
---|---|---|---|
00e23a1613 | |||
e3c400be94 |
1 changed files with 5 additions and 6 deletions
|
@ -1,10 +1,9 @@
|
|||
services:
|
||||
synapse:
|
||||
image: docker.io/matrixdotorg/synapse:latest
|
||||
image: docker.io/matrixdotorg/synapse:v1.119.0
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- SYNAPSE_CONFIG_PATH=/data/homeserver.yaml
|
||||
- VIRTUAL_PORT=8008
|
||||
volumes:
|
||||
- files:/data
|
||||
- uploads:/data/uploads
|
||||
|
@ -20,7 +19,7 @@ services:
|
|||
- matrix
|
||||
|
||||
db:
|
||||
image: docker.io/postgres:17-alpine@sha256:d388be15cfb665c723da47cccdc7ea5c003ed71f700c5419bbd075033227ce1f
|
||||
image: docker.io/postgres:17.1-alpine@sha256:0d9624535618a135c5453258fd629f4963390338b11aaffb92292c12df3a6c17
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- POSTGRES_USER=${DC_MATRIX_POSTGRES_USER:-synapse}
|
||||
|
@ -36,7 +35,7 @@ services:
|
|||
|
||||
mautrix-whatsapp:
|
||||
container_name: mautrix-whatsapp
|
||||
image: dock.mau.dev/mautrix/whatsapp:latest
|
||||
image: dock.mau.dev/mautrix/whatsapp:v.0.11.0
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- mautrix-whatsapp:/data
|
||||
|
@ -48,7 +47,7 @@ services:
|
|||
|
||||
mautrix-meta:
|
||||
container_name: mautrix-meta
|
||||
image: dock.mau.dev/mautrix/meta:latest
|
||||
image: dock.mau.dev/mautrix/meta:v0.4.1
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- mautrix-meta:/data
|
||||
|
@ -60,7 +59,7 @@ services:
|
|||
|
||||
mautrix-signal:
|
||||
container_name: mautrix-signal
|
||||
image: dock.mau.dev/mautrix/signal:latest
|
||||
image: dock.mau.dev/mautrix/signal:v0.7.2
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- mautrix-signal:/data
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue