Skip to content

IB2357/simpler-frappe-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published