devcointainer focoused on easing development
You can find documentation here
This must run with "developer context project" docker-compose-context
cd ~/odoo
git clone [email protected]:ingadhoc/docker-compose-context.git ctx
cd ctx
./init.sh
devcontainer open ~/odoo/18
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