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

docker-image: git.panda-chi.io:5002/panda-chi/docker-odoo-pandachi:11.0-all-module-test
data-resources:
- /var/lib/odoo
- /var/log/odoo
# config-resources:
# ## XXXvlab: should this be there or declared dynamically in the relation that
# ## create/update this file ?
# # - /etc/odoo-server.conf
docker-compose:
command:
- odoo
- --config=/opt/odoo/auto/odoo.conf
- --workers=0
# XXX Odoo v8 has no `--dev` mode; Odoo v9 has no parameters
- --dev=reload,qweb,werkzeug,xml,wdb
## YYYvlab: useful ?
tty: true
environment:
INITIAL_LANG: fr_FR
# network-isolation:
# whitelist: ## required external services used by this service
# - www.google.com
# - www.gravatar.com
# - fonts.gstatic.com
# - fonts.googleapis.com
# - cdnjs.cloudflare.com