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.

26 lines
705 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. ## YYYvlab: useful ?
  14. tty: true
  15. environment:
  16. INITIAL_LANG: fr_FR
  17. restart: unless-stopped
  18. # network-isolation:
  19. # whitelist: ## required external services used by this service
  20. # - www.google.com
  21. # - www.gravatar.com
  22. # - fonts.gstatic.com
  23. # - fonts.googleapis.com
  24. # - cdnjs.cloudflare.com