Alaguraj0361 2026-06-23 14:57:01 +05:30
commit a03985749f
2 changed files with 4 additions and 4 deletions

View File

@ -3,12 +3,12 @@
This repository contains custom Odoo 17 addons for the Dine360 Restaurant Suite. It includes a website theme, a custom login/dashboard experience, and a restaurant role-based access module, all bundled by a meta module for one-click install. This repository contains custom Odoo 17 addons for the Dine360 Restaurant Suite. It includes a website theme, a custom login/dashboard experience, and a restaurant role-based access module, all bundled by a meta module for one-click install.
## Stack ## Stack
- Odoo 17 (Docker) - Odoo 17 (Docker)
- Postgres 15 (Docker) - Postgres 15 (Docker)
- Addons mounted from `./addons` - Addons mounted from `./addons`
## Services (Docker) ## Services (Docker)
- Odoo: `http://localhost:10001` - Odoo: `http://localhost:10001`
- DB: Postgres 15 (`odoo` / `odoo`) - DB: Postgres 15 (`odoo` / `odoo`)
## Repository Layout ## Repository Layout

View File

@ -16,7 +16,7 @@ services:
depends_on: depends_on:
- db - db
ports: ports:
- "10006:8069" - "10002:8069"
environment: environment:
HOST: db HOST: db
USER: odoo USER: odoo