Skip to content
This repository has been archived by the owner on Jul 5, 2023. It is now read-only.
/ docker_odoo_dev Public archive

Dockers for development machine with Ansible and Odoo development environment

License

Notifications You must be signed in to change notification settings

lefilament/docker_odoo_dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repo contains docker files for Odoo development environment in Le Filament

Based on scaffolding Doodba code from Tecnativa

There are differents services in this directory:

  • setup-devel.yml : docker-compose file to download from git all files in odoo-dev/odoo/custom/src/repos.yaml (for exact syntax see the explanations from Tecnativa)
  • docker-compose.yml : docker-compose file to run Odoo daemon on the local machine and expose port 8069, this service will mount Odoo code and addons from local directory odoo-dev/odoo/custom/src/ and links from odoo-dev/odoo/auto/addons/ (which can be populated by using the setup-devel compose file or manually).

You may need to adapt variables in docker-compose files, these are either considered as self-explained by their names or some information may be found in Tecnativa Doodba documentation.

In order to start using the docker afterwards:

docker-compose build --pull
docker-compose -f setup-devel.yaml run --rm odoo
docker-compose up

Credits

Contributors

  • Remi Cazenave

Maintainer

This module is maintained by Le Filament

About

Dockers for development machine with Ansible and Odoo development environment

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published