metatroncubeswdev 85f2b4b11a O0: Docker/Odoo 19 CE scaffolding
docker-compose.yml (postgres 16 + odoo:19.0), odoo.conf, env template,
and setup/backup/update/demo-data scripts. update.sh always backs up
and records the previous image before upgrading modules, per the
lesson paid for on the Frappe track. .gitattributes pins LF on shell
scripts so they don't break under the container's bash on checkout
from Windows.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-09-11 06:45:58 -04:00

11 lines
271 B
Plaintext

[options]
addons_path = /mnt/extra-addons/mc,/mnt/extra-addons/oca,/usr/lib/python3/dist-packages/odoo/addons
admin_passwd = changeme_master_2026
db_host = db
db_port = 5432
db_user = odoo
db_password = changeme_db_2026
db_name = school
proxy_mode = False
list_db = True