fix: mount assets on workers

fix #844
This commit is contained in:
Revant Nandgaonkar 2022-08-19 11:49:02 +05:30
parent 17d2baac1b
commit 236bba1ee2

View file

@ -8,6 +8,7 @@ x-backend-defaults: &backend_defaults
image: frappe/frappe-worker:${FRAPPE_VERSION:?No Frappe version set}
volumes:
- sites:/home/frappe/frappe-bench/sites
- assets:/home/frappe/frappe-bench/sites/assets
services:
configurator: