Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 910 Bytes

File metadata and controls

45 lines (30 loc) · 910 Bytes

Odoo Docker Compose

devcointainer focoused on easing development

Odoo Docker Adhoc

You can find documentation here

Context

This must run with "developer context project" docker-compose-context

cd ~/odoo
git clone git@github.com:ingadhoc/docker-compose-context.git ctx
cd ctx
./init.sh

Start devcontainer

devcontainer open ~/odoo/18

Odoo source code

Inside the devcontainer you have available a "src" folder that is a link to src folder inside the container.

if you want to use this folder outside the container you need:

  • uncomment the volume (file: docker-compose.yaml)
services:
  odoo:
    volumes:
      # - default:/home/odoo/src
  • fix permissions
~/odoo/18/ $: ./scripts/link_volumes.sh