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"
|
- "{{ mastodon.volume_folder }}/redis_data:/data"
|
||||||
|
|
||||||
web:
|
web:
|
||||||
image: tootsuite/mastodon
|
image: tootsuite/mastodon:v3.5.3
|
||||||
restart: always
|
restart: always
|
||||||
env_file: "{{ mastodon.volume_folder }}/env_file"
|
env_file: "{{ mastodon.volume_folder }}/env_file"
|
||||||
command: bash -c "rm -f /mastodon/tmp/pids/server.pid; bundle exec rails s -p 3000"
|
command: bash -c "rm -f /mastodon/tmp/pids/server.pid; bundle exec rails s -p 3000"
|
||||||
|
@ -76,7 +76,7 @@
|
||||||
LETSENCRYPT_EMAIL: "{{ letsencrypt_email }}"
|
LETSENCRYPT_EMAIL: "{{ letsencrypt_email }}"
|
||||||
|
|
||||||
streaming:
|
streaming:
|
||||||
image: tootsuite/mastodon
|
image: tootsuite/mastodon:v3.5.3
|
||||||
restart: always
|
restart: always
|
||||||
env_file: "{{ mastodon.volume_folder }}/env_file"
|
env_file: "{{ mastodon.volume_folder }}/env_file"
|
||||||
command: node ./streaming
|
command: node ./streaming
|
||||||
|
@ -93,7 +93,7 @@
|
||||||
- redis
|
- redis
|
||||||
|
|
||||||
sidekiq:
|
sidekiq:
|
||||||
image: tootsuite/mastodon
|
image: tootsuite/mastodon:v3.5.3
|
||||||
restart: always
|
restart: always
|
||||||
env_file: "{{ mastodon.volume_folder }}/env_file"
|
env_file: "{{ mastodon.volume_folder }}/env_file"
|
||||||
command: bundle exec sidekiq
|
command: bundle exec sidekiq
|
||||||
|
|
Loading…
Reference in a new issue