Skip to main content
Latest Version

Odoo 19.0 Docker Setup

Run Odoo 19.0 in Docker containers with production-grade configuration. Official images, PostgreSQL, Nginx reverse proxy, and Let's Encrypt SSL included.

Odoo 19.0 Requirements & Features

Minimum RAM

4 GB

Recommended: 8 GB

CPU

4+ vCPU

Recommended: 8 vCPU

PostgreSQL

14+

Python 3.11+

Released

October 2025

Support until October 2028

Key Highlights

  • AI agents and copilots
  • Natural language queries
  • 50+ industry packages
  • ESG reporting

New Features

  • AI agents for automation
  • Natural language to actions
  • Industry-specific packages
  • ESG and sustainability reporting
  • Advanced BI and analytics

Odoo 19.0 Docker Configuration

docker-compose.yml Example

version: '3.8'
services:
  odoo:
    image: odoo:19.0
    depends_on:
      - db
    ports:
      - "8069:8069"
    volumes:
      - odoo-data:/var/lib/odoo
      - ./config:/etc/odoo
      - ./addons:/mnt/extra-addons
    environment:
      - HOST=db
      - USER=odoo
      - PASSWORD=${ODOO_DB_PASSWORD}
  db:
    image: postgres:14
    environment:
      - POSTGRES_DB=postgres
      - POSTGRES_PASSWORD=${ODOO_DB_PASSWORD}
      - POSTGRES_USER=odoo
    volumes:
      - db-data:/var/lib/postgresql/data

volumes:
  odoo-data:
  db-data:

8GB+

Recommended RAM

Python 3.11+

Runtime Version

PostgreSQL 14+

Database Version

Frequently Asked Questions

Odoo 19.0 requires a minimum of 4GB RAM and 4 vCPU. For production use, we recommend 8GB RAM and 8 vCPU. PostgreSQL 14+ and Python 3.11+ are required.
Yes, Odoo 19.0 is the latest stable release, released in October 2025. It includes new features like AI agents for automation and Natural language to actions.
Key features in Odoo 19.0 include: AI agents for automation, Natural language to actions, Industry-specific packages, ESG and sustainability reporting, Advanced BI and analytics, Improved API performance, PostgreSQL GROUPING SETS optimization. AI agents and copilots.
The official Docker image is odoo:19.0. OEC.sh uses production-optimized images with pre-configured Nginx, PostgreSQL 14, and Let's Encrypt SSL support.
With 8GB RAM, you can run approximately 54 Odoo workers. Set the --workers flag in your odoo.conf or use environment variables. OEC.sh automatically configures optimal worker settings.

Odoo 19.0 Docker Setup

Free tier included. No credit card required. Deploy in minutes.