rtCamp / Frappe-Manager

A CLI tool based on Docker Compose to easily manage Frappe based projects.
MIT License
107 stars 22 forks source link

Prebaked Frappe bench for faster fm site creation. #114

Closed Xieyt closed 6 months ago

Xieyt commented 6 months ago

Expected Outcome: Anticipated reduction in Frappe site creation time.

Xieyt commented 6 months ago
  • [x] Include prebuilt Docker images in the Frappe Bench setup. These apps will be configured to use the latest stable branch, specifically version-15, featuring the following apps:
    • Frappe
    • HRMS
    • ERPNext

Implemented in #115.

Xieyt commented 6 months ago
  • [x] Remove docker pull from all operations.
  • [x] Docker pull images while migrations and provide command fm self update images to update images.

Implemented in #116.