User Tools

Site Tools


odoo:deployment

This is an old revision of the document!


Odoo 16 - Deployment

Download debian-12.1.0-amd64-netinst.iso

Odoo Dockerfile installation

install -m 0755 -d /etc/apt/keyrings
curl -fsSL https://download.docker.com/linux/debian/gpg | gpg --dearmor -o /etc/apt/keyrings/docker.gpg
chmod a+r /etc/apt/keyrings/docker.gpg
echo \
"deb [arch="$(dpkg --print-architecture)" signed-by=/etc/apt/keyrings/docker.gpg] https://download.docker.com/linux/debian \
"$(. /etc/os-release && echo "$VERSION_CODENAME")" stable" | \

tee /etc/apt/sources.list.d/docker.list > /dev/null

apt install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin

[options]
proxy_mode = True
limit_memory_hard = 1677721600
limit_memory_soft = 629145600
limit_request = 8192
limit_time_cpu = 600
limit_time_real = 1200
max_cron_threads = 1
workers = 8
addons_path = /mnt/extra-addons
data_dir = /var/lib/odoo
driver: local
  driver_opts:
    type: none
    device: /ruta/en/tu/host
    o: bind
    

Cerbot installation (SSL certificate generator)

Docker/16.0/odoo.conf

odoo/deployment.1696085746.txt.gz · Last modified: 2023/09/30 09:55 by aperez

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki