Merge branch 'main' of https://git.metatroncube.in/MetatroncubeSoftwareSolutions/odoo-dine360-restaurants
This commit is contained in:
commit
a03985749f
@ -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
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user