fix(dc): pin docker images versions
This commit is contained in:
parent
3e0c278638
commit
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:12-alpine
|
||||
image: docker.io/postgres:12.21-alpine
|
||||
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