From 236bba1ee23025f18b4f608a19f1d8c38188dd36 Mon Sep 17 00:00:00 2001 From: Revant Nandgaonkar Date: Fri, 19 Aug 2022 11:49:02 +0530 Subject: [PATCH] fix: mount assets on workers fix #844 --- compose.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/compose.yaml b/compose.yaml index 2916c38e..95ea1f40 100644 --- a/compose.yaml +++ b/compose.yaml @@ -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: