store mastodon cache outside of backupable directory
This commit is contained in:
parent
ecfb6b92f4
commit
898e9b1c16
2 changed files with 8 additions and 1 deletions
|
@ -50,6 +50,7 @@ services:
|
|||
- redis
|
||||
volumes:
|
||||
- {{ data_dir }}/public/system:/mastodon/public/system
|
||||
- {{ service_dir }}/cache:/mastodon/public/system/cache
|
||||
labels:
|
||||
- traefik.http.routers.mastodon.entrypoints=websecure
|
||||
- traefik.http.routers.mastodon.rule=Host(`social.pizzapim.nl`)
|
||||
|
@ -97,6 +98,7 @@ services:
|
|||
- default
|
||||
volumes:
|
||||
- {{ data_dir }}/public/system:/mastodon/public/system
|
||||
- {{ service_dir }}/cache:/mastodon/public/system/cache
|
||||
healthcheck:
|
||||
test: ['CMD-SHELL', "ps aux | grep '[s]idekiq\ 6' || false"]
|
||||
|
||||
|
|
Reference in a new issue