forked from 0k/0k-charms
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
338 B
18 lines
338 B
name: 0k-openerp
|
|
summary: "OpenERP server"
|
|
maintainer: "Valentin Lab <valentin.lab@kalysto.org>"
|
|
inherit: python-venv
|
|
description: |
|
|
OpenERP server
|
|
data-resources:
|
|
- /var/openerp-filestore
|
|
- /var/log/openerp
|
|
docker:
|
|
entrypoint: '["oe"]'
|
|
expose:
|
|
- 8069
|
|
require:
|
|
link:
|
|
- postgres
|
|
provide:
|
|
- odoo
|