From 83a582bf87be3831d78cd02f26fe1768259330fb Mon Sep 17 00:00:00 2001 From: PAlexanderFranklin Date: Mon, 1 Apr 2024 16:31:41 -0700 Subject: [PATCH] Change custom image in compose.yaml, add apps.json --- apps.json | 6 ++++++ compose.yaml | 8 ++++---- 2 files changed, 10 insertions(+), 4 deletions(-) create mode 100644 apps.json diff --git a/apps.json b/apps.json new file mode 100644 index 00000000..64827be4 --- /dev/null +++ b/apps.json @@ -0,0 +1,6 @@ +[ + { + "url": "https://githaven.org/Shiloh/brotherton-erpnext.git", + "branch": "production" + } +] diff --git a/compose.yaml b/compose.yaml index f4d355a3..70440aba 100644 --- a/compose.yaml +++ b/compose.yaml @@ -2,10 +2,10 @@ x-customizable-image: &customizable_image # 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 # about using custom images. - # image: frappe/erpnext:${ERPNEXT_VERSION:?No ERPNext version set} - build: - context: . - dockerfile: ./Shilohimage + image: githaven.org/shiloh/frappe_docker:production + # build: + # context: . + # dockerfile: ./Shilohimage x-depends-on-configurator: &depends_on_configurator depends_on: