mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-26 00:55:10 +00:00
Update compose.yaml
This commit is contained in:
parent
8e4d05f6b3
commit
20a478b021
1 changed files with 3 additions and 3 deletions
|
|
@ -3,6 +3,9 @@ x-customizable-image: &customizable_image
|
|||
# See https://github.com/frappe/frappe_docker/blob/main/docs/custom-apps.md
|
||||
# about using custom images.
|
||||
image: frappe/erpnext:${ERPNEXT_VERSION:?No ERPNext version set}
|
||||
volumes:
|
||||
- assets:/home/frappe/frappe-bench/sites/assets:ro
|
||||
- sites:/home/frappe/frappe-bench/sites
|
||||
|
||||
x-depends-on-configurator: &depends_on_configurator
|
||||
depends_on:
|
||||
|
|
@ -12,9 +15,6 @@ x-depends-on-configurator: &depends_on_configurator
|
|||
x-backend-defaults: &backend_defaults
|
||||
<<: *depends_on_configurator
|
||||
<<: *customizable_image
|
||||
volumes:
|
||||
- sites:/home/frappe/frappe-bench/sites
|
||||
- assets:/home/frappe/frappe-bench/sites/assets:ro
|
||||
|
||||
services:
|
||||
configurator:
|
||||
|
|
|
|||
Loading…
Reference in a new issue