chore: clean up historical scripts, add MCP configurations, update agent rules
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user