-
On GitHub.com, navigate to the main page of the repository.
-
Above the file list, click Use this template.
-
Select Create a new repository.
- odoo 16 - Change version in docker-compose if you want. Example: odoo:14
- postgres 13
- pgadmin4 - Manage your postgres odoo database
- nginx - proxy server with config/odoo-nginx.conf
- debug docker odoo
docker-compose up -d
- Tunr off services
docker-compose down
- Turn off and delete all data
docker-compose down -v
docker exec -it web-odoo bash -c "odoo shell -d odoo"
Simply put the folder of your local add-ons into the "local-addons" folder
Connect Postgres in docker
docker exec -it web-odoo bash
# psql in container
psql -U odoo odoo
connect pgadmin4 - port 5433 localhost:5433
Create new server
Name your server then modify in Connection tab
hostname/address : db
username: odoo
password: odoo \