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