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: mastodon-web:
restart: always restart: always
image: tootsuite/mastodon:v4.2.10 image: tootsuite/mastodon:v4.3.0
#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:
@ -58,7 +58,7 @@ services:
mastodon-streaming: mastodon-streaming:
restart: always restart: always
image: tootsuite/mastodon:v4.2.10 image: tootsuite/mastodon:v4.3.0
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
] ]
@ -79,7 +79,7 @@ services:
mastodon-sidekiq: mastodon-sidekiq:
restart: always restart: always
image: tootsuite/mastodon:v4.2.10 image: tootsuite/mastodon:v4.3.0
#entrypoint: #entrypoint:
# - sh # - sh
# - -c # - -c