mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-27 17:25:08 +00:00
Update compose.yaml
Delete the unnecessary volume definition and add read only to assets on backend
This commit is contained in:
parent
019316b0e5
commit
1dba6d6f2e
1 changed files with 1 additions and 2 deletions
|
|
@ -8,7 +8,7 @@ x-backend-defaults: &backend_defaults
|
||||||
image: frappe/frappe-worker:${FRAPPE_VERSION:?No Frappe version set}
|
image: frappe/frappe-worker:${FRAPPE_VERSION:?No Frappe version set}
|
||||||
volumes:
|
volumes:
|
||||||
- sites:/home/frappe/frappe-bench/sites
|
- sites:/home/frappe/frappe-bench/sites
|
||||||
- assets:/home/frappe/frappe-bench/sites/assets
|
- assets:/home/frappe/frappe-bench/sites/assets:ro
|
||||||
|
|
||||||
services:
|
services:
|
||||||
configurator:
|
configurator:
|
||||||
|
|
@ -27,7 +27,6 @@ services:
|
||||||
<<: *backend_defaults
|
<<: *backend_defaults
|
||||||
volumes:
|
volumes:
|
||||||
- sites:/home/frappe/frappe-bench/sites
|
- sites:/home/frappe/frappe-bench/sites
|
||||||
- assets:/home/frappe/frappe-bench/sites/assets:ro
|
|
||||||
|
|
||||||
frontend:
|
frontend:
|
||||||
image: frappe/frappe-nginx:${FRAPPE_VERSION}
|
image: frappe/frappe-nginx:${FRAPPE_VERSION}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue