Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Hi, can you please tell us how to install Odoo 17.0 in this process?
I tried to install the 17.0, but it seems to be not working. I saw that you mentioned image: odoo:15.0 in the “docker-compose.yml” file. I change it to image: odoo:17.0 when installing. But After finishing the installation, the command curl --head http://localhost:8069 shows this error
curl: (7) Failed to connect to 127.0.0.1 port 8069 after 0 ms: Connection refused
And the web URL also does not work. http://ip-address:8069
FYI, I am using a digital ocean Droplates with Ubuntu 22.04 and Docker installed on it.
It would be very helpful if you could share the odoo 17 installation guide with SSL.
Can you guys please make a guide on how we can install odoo custom Addons in this docker installation setup?
Hello, thank you for your amazing tutorials . I follows this article and the odoo container has been installed success . But i have an issue with installing dependencies packages inside container or using docker-compose file . so how can i install the required packages ? thank you
+++++++++++ root@odoo-sserver:~# docker exec -it erp-one_odoo18_1 pip3 install pandas error: externally-managed-environment
× This environment is externally managed ╰─> To install Python packages system-wide, try apt install python3-xyz, where xyz is the package you are trying to install.
If you wish to install a non-Debian-packaged Python package,
create a virtual environment using python3 -m venv path/to/venv.
Then use path/to/venv/bin/python and path/to/venv/bin/pip. Make
sure you have python3-full installed.
If you wish to install a non-Debian packaged Python application,
it may be easiest to use pipx install xyz, which will manage a
virtual environment for you. Make sure you have pipx installed.
See /usr/share/doc/python3.12/README.venv for more information.
note: If you believe this is a mistake, please contact your Python installation or OS distribution provider. You can override this, at the risk of breaking your Python installation or OS, by passing --break-system-packages. hint: See PEP 668 for the detailed specification. +++++++++++++++++ thank you