Change custom image in compose.yaml, add apps.json
This commit is contained in:
parent
c55ba0302a
commit
83a582bf87
6
apps.json
Normal file
6
apps.json
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
[
|
||||||
|
{
|
||||||
|
"url": "https://githaven.org/Shiloh/brotherton-erpnext.git",
|
||||||
|
"branch": "production"
|
||||||
|
}
|
||||||
|
]
|
@ -2,10 +2,10 @@ 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: frappe/erpnext:${ERPNEXT_VERSION:?No ERPNext version set}
|
image: githaven.org/shiloh/frappe_docker:production
|
||||||
build:
|
# build:
|
||||||
context: .
|
# context: .
|
||||||
dockerfile: ./Shilohimage
|
# dockerfile: ./Shilohimage
|
||||||
|
|
||||||
x-depends-on-configurator: &depends_on_configurator
|
x-depends-on-configurator: &depends_on_configurator
|
||||||
depends_on:
|
depends_on:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user