update mastodon version
This commit is contained in:
parent
3d3dce5491
commit
69360cb0a7
1 changed files with 3 additions and 3 deletions
|
@ -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 }}'
|
||||
|
|
Reference in a new issue