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

View file

@ -26,12 +26,12 @@
src: files/configs/mastodon/postgresql.conf src: files/configs/mastodon/postgresql.conf
dest: "{{ services.mastodon.volume_folder }}/postgres_data/postgresql.conf" dest: "{{ services.mastodon.volume_folder }}/postgres_data/postgresql.conf"
- name: set up mastodon - name: Set up Mastodon
docker_compose: docker_compose:
project_name: mastodon project_name: mastodon
pull: yes pull: true
recreate: always
definition: definition:
x-sidekiq: &sidekiq x-sidekiq: &sidekiq
image: "tootsuite/mastodon:{{ services.mastodon.version }}" image: "tootsuite/mastodon:{{ services.mastodon.version }}"
restart: always restart: always