Skip to content
/ docky Public

Docky - Helper for docker-compose mainly used in odoo context

License

Notifications You must be signed in to change notification settings

akretion/docky

 
 

Repository files navigation

Introduction

Odoo dockerized.

> For beginners: get an odoo instance without effort

> For developers: reproductible odoo environments

How it works

Voodoo leverage Docker-compose and Anybox's buildout for odoo.

In your host run voodoo commands to bootstrap the project and launch docker.

Then in your guest (container), run ak commands to update odoo dependencies (odoo modules), trigger update scripts and restart odoo server.

Automatic DNS resolution

Voodoo includ an automatic dns resolution by integrating resolvable from gliderlabs

When you run a project in a directory called "my_project" a dns entry will be automatically created and be accessible from the host with my_project.vd

Getting Started

READ the documentation: Voodoo documentation