added educaas templates
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
odoo:
|
||||
image: odoo
|
||||
ports:
|
||||
- "8069:8069"
|
||||
links:
|
||||
- db
|
||||
db:
|
||||
image: postgres
|
||||
environment:
|
||||
- POSTGRES_USER=odoo
|
||||
- POSTGRES_PASSWORD=odoo
|
||||
@@ -0,0 +1,8 @@
|
||||
.catalog:
|
||||
name: "Odoo"
|
||||
version: "0.1-educaas"
|
||||
description: "ERP management powered by Odoo"
|
||||
uuid: odoo-0
|
||||
questions:
|
||||
|
||||
odoo:
|
||||
Reference in New Issue
Block a user