Bump mastodon, element, maubot versions
This commit is contained in:
parent
4fc213e1a8
commit
a7791277f0
@ -9,7 +9,7 @@ services:
|
||||
### ELEMENT
|
||||
# synapse is a matrix homeserver running as a service
|
||||
synapse:
|
||||
image: matrixdotorg/synapse:v1.121.1
|
||||
image: matrixdotorg/synapse:v1.127.0
|
||||
entrypoint:
|
||||
- sh
|
||||
- -c
|
||||
@ -27,19 +27,10 @@ services:
|
||||
configs:
|
||||
- source: synapse-homeserver-config
|
||||
target: /data/homeserver.yaml
|
||||
uid: '991'
|
||||
gid: '991'
|
||||
mode: 0644
|
||||
- source: synapse-signingkey-config
|
||||
target: /data/matrix.${DWEB_DOMAIN}.signing.key
|
||||
uid: '991'
|
||||
gid: '991'
|
||||
mode: 0644
|
||||
- source: synapse-logconfig-config
|
||||
target: /data/matrix.${DWEB_DOMAIN}.log.config
|
||||
uid: '991'
|
||||
gid: '991'
|
||||
mode: 0644
|
||||
|
||||
synapse-pg:
|
||||
image: postgres:14-alpine
|
||||
@ -67,7 +58,7 @@ services:
|
||||
|
||||
# element is a matrix web GUI running as a service
|
||||
element:
|
||||
image: vectorim/element-web:v1.11.88
|
||||
image: vectorim/element-web:v1.11.96
|
||||
networks:
|
||||
- back
|
||||
ports:
|
||||
|
||||
@ -22,7 +22,7 @@ services:
|
||||
- mast-int
|
||||
|
||||
mastodon-web:
|
||||
image: tootsuite/mastodon:v4.3.0
|
||||
image: tootsuite/mastodon:v4.3.6
|
||||
#healthcheck:
|
||||
#test: ['CMD-SHELL', 'wget -q --spider --proxy=off localhost:3000/health || exit 1']
|
||||
entrypoint:
|
||||
@ -46,7 +46,7 @@ services:
|
||||
- back
|
||||
|
||||
mastodon-streaming:
|
||||
image: tootsuite/mastodon-streaming:v4.3.2
|
||||
image: tootsuite/mastodon-streaming:v4.3.6
|
||||
healthcheck:
|
||||
test: wget -q --spider --proxy=off localhost:4000/api/v1/streaming/health || exit 1
|
||||
]
|
||||
@ -62,7 +62,7 @@ services:
|
||||
- back
|
||||
|
||||
mastodon-sidekiq:
|
||||
image: tootsuite/mastodon:v4.3.2
|
||||
image: tootsuite/mastodon:v4.3.6
|
||||
entrypoint:
|
||||
- sh
|
||||
- -c
|
||||
|
||||
@ -6,7 +6,7 @@ services:
|
||||
### MAU
|
||||
# mau is a synapse bot we run for news and other things
|
||||
mau:
|
||||
image: dock.mau.dev/maubot/maubot:v0.3.1
|
||||
image: dock.mau.dev/maubot/maubot:v0.5.1
|
||||
configs:
|
||||
- source: mau-config
|
||||
target: /data/config.yaml
|
||||
|
||||
Loading…
Reference in New Issue
Block a user