Always recreate Mastodon containers #134

Merged
valberg merged 5 commits from fix_mastodon into main 2022-12-04 21:45:32 +00:00
1 changed files with 3 additions and 3 deletions
Showing only changes of commit 9d08ae2ff1 - Show all commits

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