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