You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
ERPNext has a docker image but Frappe Health does not, with ERPNext moving to a single docker image we have a chance to create a single Frappe Health image that has frappe, erpnext and health apps.
We have tried to deploy this app inside Kubernetes with statefulsets and since the code lives inside sites and I cannot persist it, so a single image for all of it would be great.
Describe the solution you'd like
I'd like there to be a single Dockerfile which creates a frappe/health image.
Describe the alternatives you've considered
Running the bench get-app and install command in the production before we start running the services
Additional context
If required I can submit a PR with a Dockerfile based on what has worked for us internally @medblocks
This solves a few issues that have been filed: #190 and #273
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
ERPNext has a docker image but Frappe Health does not, with ERPNext moving to a single docker image we have a chance to create a single Frappe Health image that has frappe, erpnext and health apps.
We have tried to deploy this app inside Kubernetes with statefulsets and since the code lives inside sites and I cannot persist it, so a single image for all of it would be great.
Describe the solution you'd like
I'd like there to be a single Dockerfile which creates a frappe/health image.
Describe the alternatives you've considered
Additional context
If required I can submit a PR with a Dockerfile based on what has worked for us internally @medblocks
This solves a few issues that have been filed: #190 and #273
The text was updated successfully, but these errors were encountered: