Always recreate Mastodon containers

Fixes #133.
This commit is contained in:
Sam A. 2022-12-04 17:08:31 +01:00
parent 759ea93dd3
commit 9d08ae2ff1
Signed by: samsapti
GPG Key ID: CBBBE7371E81C4EA
1 changed files with 3 additions and 3 deletions

View File

@ -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