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.
|
||||
|
||||
## 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
|
||||
|
||||
@ -16,7 +16,7 @@ services:
|
||||
depends_on:
|
||||
- db
|
||||
ports:
|
||||
- "10006:8069"
|
||||
- "10002:8069"
|
||||
environment:
|
||||
HOST: db
|
||||
USER: odoo
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user