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.

29 lines
804 B

  1. docker-image: git.panda-chi.io:5002/panda-chi/docker-odoo-pandachi:11.0-all-module-test
  2. data-resources:
  3. - /var/lib/odoo
  4. - /var/log/odoo
  5. # config-resources:
  6. # ## XXXvlab: should this be there or declared dynamically in the relation that
  7. # ## create/update this file ?
  8. # # - /etc/odoo-server.conf
  9. docker-compose:
  10. command:
  11. - odoo
  12. - --config=/opt/odoo/auto/odoo.conf
  13. - --workers=0
  14. # XXX Odoo v8 has no `--dev` mode; Odoo v9 has no parameters
  15. - --dev=reload,qweb,werkzeug,xml,wdb
  16. ## YYYvlab: useful ?
  17. tty: true
  18. environment:
  19. INITIAL_LANG: fr_FR
  20. # network-isolation:
  21. # whitelist: ## required external services used by this service
  22. # - www.google.com
  23. # - www.gravatar.com
  24. # - fonts.gstatic.com
  25. # - fonts.googleapis.com
  26. # - cdnjs.cloudflare.com