diff --git a/ansible/roles/mastodon/docker-stack.yml.j2 b/ansible/roles/mastodon/docker-stack.yml.j2 index 734fff0..d76bc92 100644 --- a/ansible/roles/mastodon/docker-stack.yml.j2 +++ b/ansible/roles/mastodon/docker-stack.yml.j2 @@ -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 }}'