Docker-compose scaffolding project, to use with odoo-druidoo images
- docker
- docker-compose
- Clone repository to your project folder
git clone git@github.com:druidoo/druidoo-scaffolding.git project && cd project
-
Edit
docker-compose.yml
to use the proper docker image. You might need to rundocker login
before, to get access to our saas images. -
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
- Launch and enter odoo container, and launch odoo
docker-compose run --rm --service-ports odoo bash
odoo
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
Cleanup:
docker-compose down -v
: It'll remove all data