forgot this
This commit is contained in:
parent
719d67674a
commit
df3c34572f
1 changed files with 5 additions and 0 deletions
|
@ -6,6 +6,7 @@ services:
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
|
container_name: synapse
|
||||||
image: docker.io/matrixdotorg/synapse:latest
|
image: docker.io/matrixdotorg/synapse:latest
|
||||||
# Since synapse does not retry to connect to the database, restart upon
|
# Since synapse does not retry to connect to the database, restart upon
|
||||||
# failure
|
# failure
|
||||||
|
@ -39,6 +40,7 @@ services:
|
||||||
|
|
||||||
sliding-sync:
|
sliding-sync:
|
||||||
image: ghcr.io/matrix-org/sliding-sync:latest
|
image: ghcr.io/matrix-org/sliding-sync:latest
|
||||||
|
container_name: matrix-sliding-sync
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- /var/run/postgresql/:/run/postgresql:rw
|
- /var/run/postgresql/:/run/postgresql:rw
|
||||||
|
@ -56,6 +58,7 @@ services:
|
||||||
|
|
||||||
mautrix-telegram:
|
mautrix-telegram:
|
||||||
image: dock.mau.dev/mautrix/telegram:latest
|
image: dock.mau.dev/mautrix/telegram:latest
|
||||||
|
container_name: mautrix-telegram
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- ./mautrix-telegram_data:/data:z
|
- ./mautrix-telegram_data:/data:z
|
||||||
|
@ -65,6 +68,7 @@ services:
|
||||||
|
|
||||||
mautrix-whatsapp:
|
mautrix-whatsapp:
|
||||||
image: dock.mau.dev/mautrix/whatsapp:latest
|
image: dock.mau.dev/mautrix/whatsapp:latest
|
||||||
|
container_name: mautrix-whatsapp
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- ./mautrix-whatsapp_data:/data:z
|
- ./mautrix-whatsapp_data:/data:z
|
||||||
|
@ -74,6 +78,7 @@ services:
|
||||||
|
|
||||||
element:
|
element:
|
||||||
image: vectorim/element-web:latest
|
image: vectorim/element-web:latest
|
||||||
|
container_name: matrix-element
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- ./element-web/config.json:/app/config.json:ro
|
- ./element-web/config.json:/app/config.json:ro
|
||||||
|
|
Loading…
Reference in a new issue