Define tmpfs for website /tmp

This is needed for imagemagick to function correctly without consuming all disk space on the system
This commit is contained in:
Jake Howard 2022-11-30 14:08:10 +00:00
parent d09afef4cc
commit 41a853db55
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

@ -22,6 +22,8 @@ x-website: &website
- ACTIVITYPUB_HOST=mastodon.theorangeone.net
volumes:
- ./media:/app/media
tmpfs:
- /tmp
depends_on:
- db
- redis