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:
|
services:
|
||||||
synapse:
|
synapse:
|
||||||
image: docker.io/matrixdotorg/synapse:latest
|
image: docker.io/matrixdotorg/synapse:v1.119.0
|
||||||
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
|
||||||
|
@ -20,7 +19,7 @@ services:
|
||||||
- matrix
|
- matrix
|
||||||
|
|
||||||
db:
|
db:
|
||||||
image: docker.io/postgres:12-alpine
|
image: docker.io/postgres:12.21-alpine
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
- POSTGRES_USER=${DC_MATRIX_POSTGRES_USER:-synapse}
|
- POSTGRES_USER=${DC_MATRIX_POSTGRES_USER:-synapse}
|
||||||
|
@ -36,7 +35,7 @@ services:
|
||||||
|
|
||||||
mautrix-whatsapp:
|
mautrix-whatsapp:
|
||||||
container_name: 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
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- mautrix-whatsapp:/data
|
- mautrix-whatsapp:/data
|
||||||
|
@ -48,7 +47,7 @@ services:
|
||||||
|
|
||||||
mautrix-meta:
|
mautrix-meta:
|
||||||
container_name: 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
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- mautrix-meta:/data
|
- mautrix-meta:/data
|
||||||
|
@ -60,7 +59,7 @@ services:
|
||||||
|
|
||||||
mautrix-signal:
|
mautrix-signal:
|
||||||
container_name: 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
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- mautrix-signal:/data
|
- mautrix-signal:/data
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue