Docker-compose scaffolding project, to use with odoo-saas images
- docker
- docker-compose
- Clone repository to your project folder
git clone git@github.com:apikcloud/apik-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. To reproduce a production environment exactly, use the full build tag (ie:odoo-saas:13.0.2020.12.15-enterprise
) -
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
Cleanup:
docker-compose down -v
: It'll remove all data