forked from data.coop/ansible
Upgrade mastodon to 3.5.3.
This commit is contained in:
parent
f0ca964c5b
commit
dcb2e8be05
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue