Upgrade Matrix
This commit is contained in:
parent
fd263f6ab9
commit
1ac0c13737
2 changed files with 1 additions and 3 deletions
|
@ -94,7 +94,7 @@ services:
|
|||
domain: "matrix.{{ base_domain }}"
|
||||
volume_folder: "{{ volume_root_folder }}/matrix"
|
||||
pre_deploy_tasks: true
|
||||
version: v1.114.0
|
||||
version: v1.127.1
|
||||
postgres_version: 15-alpine
|
||||
allowed_sender_domain: true
|
||||
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
# vim: ft=yaml.docker-compose
|
||||
version: "3.8"
|
||||
|
||||
services:
|
||||
postgres:
|
||||
image: postgres:{{ services.matrix.postgres_version }}
|
||||
|
|
Loading…
Add table
Reference in a new issue