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.
23 lines
455 B
23 lines
455 B
name: 0k-odoo-light
|
|
summary: "OpenERP server"
|
|
maintainer: "Valentin Lab <valentin.lab@kalysto.org>"
|
|
inherit: docker://debian:jessie
|
|
manifest:
|
|
include-charm:
|
|
- 0k-openerp
|
|
- base-0k
|
|
description: |
|
|
OpenERP server - deployement ready
|
|
data-resources:
|
|
- /var/openerp-filestore
|
|
- /var/log/openerp
|
|
docker:
|
|
entrypoint: '["oe"]'
|
|
expose:
|
|
- 8069
|
|
- 8072
|
|
require:
|
|
link:
|
|
- postgres
|
|
provide:
|
|
- odoo
|