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