mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-23 00:05:09 +00:00
feat: Update production image
This commit is contained in:
parent
3d664764d1
commit
8312c3f6e0
1 changed files with 2 additions and 1 deletions
|
|
@ -2,7 +2,8 @@ x-customizable-image: &customizable_image
|
||||||
# By default the image used only contains the `frappe` and `erpnext` apps.
|
# By default the image used only contains the `frappe` and `erpnext` apps.
|
||||||
# about using custom images.
|
# about using custom images.
|
||||||
#TODO Replace Image with Custom Image for production. See https://github.com/frappe/frappe_docker/blob/main/docs/custom-apps.md
|
#TODO Replace Image with Custom Image for production. See https://github.com/frappe/frappe_docker/blob/main/docs/custom-apps.md
|
||||||
image: frappe/erpnext:${ERPNEXT_VERSION:?No ERPNext version set}
|
image: rafnav/rafnav_bench:1.0
|
||||||
|
pull_policy: ${PULL_POLICY:-always}
|
||||||
|
|
||||||
x-depends-on-configurator: &depends_on_configurator
|
x-depends-on-configurator: &depends_on_configurator
|
||||||
depends_on:
|
depends_on:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue