/docker-odoo

Docker compose file sample with Odoo and PostgreSQL

docker-odoo

Docker Compose for running Odoo with PostgreSQL

Containers

  • Odoo
  • PostgreSQL

Installation

  1. Configure the database user and password for postgres on ./env/db.env
POSTGRES_USER=
POSTGRES_PASSWORD=
  1. Set the same credentials for odoo on ./env/web.env
USER=
PASSWORD=
  1. Run the containers
 docker-compose up 
  1. Launch Odoo from your browser using the same port configured on compose file
 http://<host ip>:8069