Always recreate Mastodon containers #134
|
@ -26,12 +26,12 @@
|
|||
src: files/configs/mastodon/postgresql.conf
|
||||
dest: "{{ services.mastodon.volume_folder }}/postgres_data/postgresql.conf"
|
||||
|
||||
- name: set up mastodon
|
||||
- name: Set up Mastodon
|
||||
docker_compose:
|
||||
project_name: mastodon
|
||||
pull: yes
|
||||
pull: true
|
||||
recreate: always
|
||||
definition:
|
||||
|
||||
x-sidekiq: &sidekiq
|
||||
image: "tootsuite/mastodon:{{ services.mastodon.version }}"
|
||||
restart: always
|
||||
|
|
Loading…
Reference in a new issue