update mastodon version

This commit is contained in:
Pim Kunis 2023-06-19 18:37:46 +02:00
parent 3d3dce5491
commit 69360cb0a7

View file

@ -46,7 +46,7 @@ services:
constraints:
- "node.labels.mastodon == true"
web:
image: tootsuite/mastodon:v3.5.3
image: tootsuite/mastodon:v4.1
environment:
- 'OTP_SECRET={{ otp_secret }}'
- 'SECRET_KEY_BASE={{ secret_key_base }}'
@ -92,7 +92,7 @@ services:
- traefik.docker.network=traefik
streaming:
image: tootsuite/mastodon:v3.5.3
image: tootsuite/mastodon:v4.1
command: node ./streaming
environment:
- 'REDIS_HOST=redis'
@ -118,7 +118,7 @@ services:
- traefik.http.services.mastodon-streaming.loadbalancer.server.port=4000
- traefik.docker.network=traefik
sidekiq:
image: tootsuite/mastodon:v3.5.3
image: tootsuite/mastodon:v4.1
command: bundle exec sidekiq
environment:
- 'OTP_SECRET={{ otp_secret }}'