mirror of
https://github.com/frappe/frappe_docker.git
synced 2025-02-03 20:48:27 +00:00
Mount assets to backend service in read only mode
This commit is contained in:
parent
225c697097
commit
e23fe73353
@ -28,7 +28,7 @@ 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
|
- assets:/home/frappe/frappe-bench/sites/assets:ro
|
||||||
|
|
||||||
db:
|
db:
|
||||||
image: mariadb:10.6
|
image: mariadb:10.6
|
||||||
|
Loading…
x
Reference in New Issue
Block a user