chore(deps): pin dependencies #2
1 changed files with 5 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
services:
|
||||
synapse:
|
||||
image: docker.io/matrixdotorg/synapse:v1.119.0
|
||||
image: docker.io/matrixdotorg/synapse:v1.119.0@sha256:a18c25d7c80a226905943483840d143c7d1f7fc6c95d5911d41a5e6567971e7c
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- SYNAPSE_CONFIG_PATH=/data/homeserver.yaml
|
||||
|
@ -19,7 +19,7 @@ services:
|
|||
- matrix
|
||||
|
||||
db:
|
||||
image: docker.io/postgres:12.21-alpine
|
||||
image: docker.io/postgres:12.21-alpine@sha256:ab3d275fff0d3848e46d7aa0e535eddca1f1d309a7af05af41e328c3986b51f7
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- POSTGRES_USER=${DC_MATRIX_POSTGRES_USER:-synapse}
|
||||
|
@ -35,7 +35,7 @@ services:
|
|||
|
||||
bridge-whatsapp:
|
||||
container_name: whatsapp
|
||||
image: dock.mau.dev/mautrix/whatsapp:v0.11.0
|
||||
image: dock.mau.dev/mautrix/whatsapp:v0.11.0@sha256:5e7868fd5327fb0e0b71fac9c12f14c076386b6b93f5baa2fd905468812eb4f5
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- whatsapp:/data
|
||||
|
@ -47,7 +47,7 @@ services:
|
|||
|
||||
bridge-meta:
|
||||
container_name: meta
|
||||
image: dock.mau.dev/mautrix/meta:v0.4.1
|
||||
image: dock.mau.dev/mautrix/meta:v0.4.1@sha256:13130cc5c7743634dab67eb0b1700ab71c94fb5a32191cc132707cb32ab08225
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- meta:/data
|
||||
|
@ -59,7 +59,7 @@ services:
|
|||
|
||||
bridge-signal:
|
||||
container_name: signal
|
||||
image: dock.mau.dev/mautrix/signal:v0.7.2
|
||||
image: dock.mau.dev/mautrix/signal:v0.7.2@sha256:7cb3116667c512922fc1dfe14ae525511c82d546a6ee7508d4afcb8843e5d01f
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- signal:/data
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue