Commit 2b3eba7c by Ivan

version 1.0 añadido odoo-script

parent aed33b75
Showing with 13 additions and 0 deletions
......@@ -17,11 +17,24 @@ services:
volumes:
- odoo-datadir:/var/lib/odoo
- odoo-extra-addons:/mnt/extra-addons
- odoo-tools:/usr/lib/python2.7/dist-packages/odoo
- odoo-conf:/etc/odoo
tty: true
links:
- db:db
labels:
io.rancher.container.pull_image: always
odoo-script:
image: dvalue/odoo-script
stdin_open: true
tty: true
depends_on:
- odoo
volumes_from:
- odoo
labels:
io.rancher.container.pull_image: always
io.rancher.container.start_once: 'true'
db-data:
image: postgres:9.4
environment:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment