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.
## Stack
- Odoo 17 (Docker)
- Odoo 17 (Docker)
- Postgres 15 (Docker)
- Addons mounted from `./addons`
## Services (Docker)
- Odoo: `http://localhost:10001`
## Services (Docker)
- Odoo: `http://localhost:10001`
- DB: Postgres 15 (`odoo` / `odoo`)
## Repository Layout

View File

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