From 3bf589e10e504622795f802085e1eb5ea46978e1 Mon Sep 17 00:00:00 2001 From: Pim Kunis Date: Fri, 14 Jul 2023 17:29:45 +0200 Subject: [PATCH] move mastodon cache to nfs --- ansible/roles/mastodon/docker-stack.yml.j2 | 6 ------ 1 file changed, 6 deletions(-) diff --git a/ansible/roles/mastodon/docker-stack.yml.j2 b/ansible/roles/mastodon/docker-stack.yml.j2 index 294d019..1c43f9c 100644 --- a/ansible/roles/mastodon/docker-stack.yml.j2 +++ b/ansible/roles/mastodon/docker-stack.yml.j2 @@ -68,9 +68,6 @@ services: target: /mastodon/public/system volume: nocopy: true - - type: bind - source: /mnt/data/mastodon/cache - target: /mastodon/public/system/cache deploy: placement: constraints: @@ -138,9 +135,6 @@ services: target: /mastodon/public/system volume: nocopy: true - - type: bind - source: /mnt/data/mastodon/cache - target: /mastodon/public/system/cache healthcheck: test: ['CMD-SHELL', "ps aux | grep '[s]idekiq\ 6' || false"] deploy: