Skip to content

Docker-compose scaffolding project, to use with odoo-druidoo images

Notifications You must be signed in to change notification settings

druidoo/druidoo-scaffolding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 

Repository files navigation

druidoo-scaffolding

Docker-compose scaffolding project, to use with odoo-druidoo images

Requirements

  • docker
  • docker-compose

Usage

  1. Clone repository to your project folder
git clone git@github.com:druidoo/druidoo-scaffolding.git project && cd project
  1. Edit docker-compose.yml to use the proper docker image. You might need to run docker login before, to get access to our saas images.

  2. Clone repositories or edit code from your host by working on repositories. Repositories there will be loaded with priority over the ones included in the image, allowing you to work locally.

cd repositories
git clone https://github.com/OCA/partner-contact.git
  1. Launch and enter odoo container, and launch odoo
docker-compose run --rm --service-ports odoo bash
odoo

Known Issues

From time to time, you might need to pull latests changes in the images of your projects.

ie: docker pull druidoo/odoo-saas:13-enterprise

Usefull commands

Cleanup:

  • docker-compose down -v: It'll remove all data

About

Docker-compose scaffolding project, to use with odoo-druidoo images

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published