Hi zusammen,
kann jemand bestätigen, dass das neue, selbstständige HR Modul nicht mehr mit im ERPnext Docker Container installiert sondern separat in eigenem Container installiert wird?
VG Jan
Soweit ich das verstehe, müssen alle Frappe Apps, die auf deiner Instanz laufen sollen, in denselben container installiert werden. Wenn HRMS im Standard-Image nicht enthalten ist, musst du dir dein eigenes bauen:
1 Like
@revant_one could you point out the differences between the official hrms image and adding hrms via apps.json
? Is there any recommended approach?
There is no difference hrms/.github/helper/apps.json at develop · frappe/hrms · GitHub, Official image also does the same! Github Actions publish it to ghcr.io
on official release/tag. You don’t have to build it.
Build image if you have more official or custom apps to be added.
1 Like