chore: clean up historical scripts, add MCP configurations, update agent rules

This commit is contained in:
2026-07-08 14:13:58 -06:00
parent a2908167e6
commit 52470a44cb
52 changed files with 2181 additions and 2328 deletions
+2
View File
@@ -2,6 +2,7 @@ services:
db:
image: postgres:17
container_name: odoo-16-db-hazard-new
restart: always
environment:
POSTGRES_USER: odoo
POSTGRES_PASSWORD: odoo
@@ -12,6 +13,7 @@ services:
odoo:
build: .
container_name: odoo-16-hazard-new
restart: always
depends_on:
- db
ports: