Simpler Frappe Docker

Install Simpler Frappe Docker

bench get-app https://github.com/IB2357/simpler-frappe-docker

Tags

  • docker
  • frappe

Add the Frappe Gems badge to your README

Maintain Simpler Frappe Docker? Paste this into your README:

[![Listed on Frappe Gems](https://frappegems.com/api/method/frappe_gems.seo.badge?app=IB2357%2Fsimpler-frappe-docker)](https://frappegems.com/gems/apps/IB2357/simpler-frappe-docker)

About Simpler Frappe Docker

simpler frappe docker

install

Create your copies of example files

cp example.env .env
cp frappe/development/apps-example.json frappe/development/apps.json
  • in .env file add your configs
  • in apps.json file add your apps urls

in docker-compose.yml file

if you require git cloning for your apps uncomment this: #- ${HOME}/.ssh:/home/frappe/.ssh

Modify ports as you wish (or keep them as they are):


  frappe:
    # ...
    volumes:
      - ./frappe:/workspace:cached
      # Enable if you require git cloning
      #- ${HOME}/.ssh:/home/frappe/.ssh
    working_dir: /workspace/development
    ports:
      - 8000-8005:8000-8005
      - 9000-9005:9000-9005
    # ...

compose up

[!note] In the first compose-up it will take a long time, in order to install applications, deps and packages.

docker compose up -d

Related Developer Tools apps for Frappe & ERPNext

  • Frappe — Low code web framework for real world applications, in Python and Javascript
  • Frappe Docker — Docker environment for developing, deploying, and running Frappe applications (ERPNext and custom apps) in production and development
  • Builder — Craft beautiful websites effortlessly with an intuitive visual builder and publish them instantly
  • Bench — CLI to manage Multi-tenant deployments for Frappe apps
  • Frappe Ui — A set of components and utilities for rapid UI development
  • Press — Full service cloud hosting for the Frappe stack - powers Frappe Cloud
  • Gameplan — Open Source Discussions Platform for Remote Teams
  • Doppio — A Frappe app (CLI) to magically setup single page applications and Vue/React powered desk pages on your custom Frappe apps.