Update compose.yaml

Delete the unnecessary volume definition and add read-only to assets on the backend
This commit is contained in:
Salah Aldin Fateh 2022-08-20 12:49:51 +03:00
parent 1dba6d6f2e
commit d381dc37a4

View file

@ -25,8 +25,6 @@ services:
backend:
<<: *backend_defaults
volumes:
- sites:/home/frappe/frappe-bench/sites
frontend:
image: frappe/frappe-nginx:${FRAPPE_VERSION}