Bump Mastodon version

This commit is contained in:
A 2024-10-09 12:32:44 -07:00
parent 3152c94c23
commit 7bfbf37028

View File

@ -29,7 +29,7 @@ services:
mastodon-web:
restart: always
image: tootsuite/mastodon:v4.2.10
image: tootsuite/mastodon:v4.3.0
#healthcheck:
#test: ['CMD-SHELL', 'wget -q --spider --proxy=off localhost:3000/health || exit 1']
#entrypoint:
@ -58,7 +58,7 @@ services:
mastodon-streaming:
restart: always
image: tootsuite/mastodon:v4.2.10
image: tootsuite/mastodon:v4.3.0
healthcheck:
test: wget -q --spider --proxy=off localhost:4000/api/v1/streaming/health || exit 1
]
@ -79,7 +79,7 @@ services:
mastodon-sidekiq:
restart: always
image: tootsuite/mastodon:v4.2.10
image: tootsuite/mastodon:v4.3.0
#entrypoint:
# - sh
# - -c