Fixes celery image storage

Fixes #207
This commit is contained in:
Mouse Reeve 2020-10-01 10:20:40 -07:00
parent 6b5246f06a
commit ab21d2051a

View file

@ -49,6 +49,8 @@ services:
command: celery -A celerywyrm worker -l info
volumes:
- .:/app
- static_volume:/app/static
- media_volume:/app/images
depends_on:
- db
- redis