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

  1. name: 0k-openerp
  2. summary: "OpenERP server"
  3. maintainer: "Valentin Lab <valentin.lab@kalysto.org>"
  4. inherit: python-venv
  5. description: |
  6. OpenERP server
  7. data-resources:
  8. - /var/openerp-filestore
  9. - /var/log/openerp
  10. docker:
  11. entrypoint: '["oe"]'
  12. expose:
  13. - 8069
  14. require:
  15. link:
  16. - postgres
  17. provide:
  18. - odoo