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.
|
||||
# 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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user