mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-25 16:55:08 +00:00
Update compose.yaml
This commit is contained in:
parent
c0c663a6fb
commit
f4c118884d
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.
|
||||||
# See https://github.com/frappe/frappe_docker/blob/main/docs/custom-apps.md
|
# See https://github.com/frappe/frappe_docker/blob/main/docs/custom-apps.md
|
||||||
# about using custom images.
|
# about using custom images.
|
||||||
image: remittance_network_agent/${ERPNEXT_VERSION:?No ERPNext version set}:latest
|
image: harbor.fintechsys.net/frappe-systems/remittance_network_agent:latest
|
||||||
|
# remittance_network_agent/${ERPNEXT_VERSION:?No ERPNext version set}:latest
|
||||||
|
|
||||||
x-depends-on-configurator: &depends_on_configurator
|
x-depends-on-configurator: &depends_on_configurator
|
||||||
depends_on:
|
depends_on:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue