Upgrade mastodon to 3.5.3.

This commit is contained in:
Víðir Valberg Guðmundsson 2022-11-09 20:29:31 +01:00
parent f0ca964c5b
commit dcb2e8be05
1 changed files with 3 additions and 3 deletions

View File

@ -52,7 +52,7 @@
- "{{ mastodon.volume_folder }}/redis_data:/data"
web:
image: tootsuite/mastodon
image: tootsuite/mastodon:v3.5.3
restart: always
env_file: "{{ mastodon.volume_folder }}/env_file"
command: bash -c "rm -f /mastodon/tmp/pids/server.pid; bundle exec rails s -p 3000"
@ -76,7 +76,7 @@
LETSENCRYPT_EMAIL: "{{ letsencrypt_email }}"
streaming:
image: tootsuite/mastodon
image: tootsuite/mastodon:v3.5.3
restart: always
env_file: "{{ mastodon.volume_folder }}/env_file"
command: node ./streaming
@ -93,7 +93,7 @@
- redis
sidekiq:
image: tootsuite/mastodon
image: tootsuite/mastodon:v3.5.3
restart: always
env_file: "{{ mastodon.volume_folder }}/env_file"
command: bundle exec sidekiq