Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Qtiplb patch 1 #62

Open
wants to merge 5 commits into
base: 14.0
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# odoo-purchase-addons
odoo addons about purchase.
odoo addons about purchase


Contributions
Expand Down
8 changes: 3 additions & 5 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,19 @@ services:
build:
context: .
dockerfile: Dockerfile
args:
- GIT_TOKEN=${GIT_TOKEN}
volumes:
- odoo-web-data:/var/lib/odoo
- ./.log:/var/log/odoo
ports:
- "8069:8069"
- "8071:8071"
- "8069"
- "8071"
depends_on:
- db
command: odoo
environment:
- LOG_ODOO=/var/log/odoo
db:
image: quay.io/numigi/postgres-odoo:12.2
image: quay.io/numigi/postgres-odoo:16.2
environment:
- POSTGRES_PASSWORD=odoo
- POSTGRES_USER=odoo
Expand Down
Loading