Set Up Odoo 19 with Docker Compose: Ready in 1 Minute

  Sep 28, 2025      2m      0   
 

Create Development and Production Environments for Odoo 19 (2025 Release) Using Docker Compose on Ubuntu

Set Up Odoo 19 with Docker Compose: Ready in 1 Minute

Please install Docker and Docker-Compose before walking through this tutorial.

Containers in docker-compose.yml:

  • odoo:19.0
  • postgres:18

Github Odoo 19 Docker Compose

Github: https://github.com/minhng92/odoo-19-docker-compose

Star my repository if it helps. Thank you.

Installing Odoo 19

$ git clone https://github.com/minhng92/odoo-19-docker-compose
$ cd odoo-19-docker-compose
$ sudo chmod -R 777 addons && sudo chmod -R 777 etc && mkdir -p postgresql && sudo chmod -R 777 postgresql
$ if grep -qF "fs.inotify.max_user_watches" /etc/sysctl.conf; then echo $(grep -F "fs.inotify.max_user_watches" /etc/sysctl.conf); else echo "fs.inotify.max_user_watches = 524288" | sudo tee -a /etc/sysctl.conf; fi
$ sudo sysctl -p    # apply new config immediately
$ docker-compose up -d

Open localhost:10019 to access Odoo 19. Database password: minhng.info (change it @ etc/odoo.conf)

Quick command to setup Odoo 19

curl -s https://raw.githubusercontent.com/minhng92/odoo-19-docker-compose/master/run.sh | bash -s odoo-one 10019 20019

In the above command, a few parameters:

  • odoo-one: target folder on local machine
  • 10019: Odoo port
  • 20019: chat port

Odoo posts:


Khám phá Odoo