Skip to content

Ready to run Odoo installation using docker-compose

Notifications You must be signed in to change notification settings

Navds/odoo-docker-compose

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Odoo docker-compose installation

Installation

  • Clone this repository:
git clone [email protected]:Navds/odoo-docker-compose.git
  • Give appropriate permission, well for simplicity let's give it 777:
sudo chmod -R 777 addons odoo-db-data odoo-web-data config
  • Eventually, tweak docker-compose.yml for your convenience

Run

  • Just docker-compose up -d inside the folder and open http://localhost:8069
  • Enter default password: admin/admin
  • To enter postgres interactive shell: docker-compose run db psql -U odoo (according to my default db configuration)
  • Enjoy

About

Ready to run Odoo installation using docker-compose

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published