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

  1. name: 0k-odoo-light
  2. summary: "OpenERP server"
  3. maintainer: "Valentin Lab <valentin.lab@kalysto.org>"
  4. inherit: docker://debian:jessie
  5. manifest:
  6. include-charm:
  7. - 0k-openerp
  8. - base-0k
  9. description: |
  10. OpenERP server - deployement ready
  11. data-resources:
  12. - /var/openerp-filestore
  13. - /var/log/openerp
  14. docker:
  15. entrypoint: '["oe"]'
  16. expose:
  17. - 8069
  18. - 8072
  19. require:
  20. link:
  21. - postgres
  22. provide:
  23. - odoo