Commit 332e2eb6 by Ivan

odoo 8 añadida dependencia de db

parent 1df4cb9b
Showing with 4 additions and 4 deletions
......@@ -50,16 +50,16 @@ services:
- odoo-tools:/usr/lib/python2.7/dist-packages/odoo
- odoo-conf:/etc/odoo
tty: true
links:
- db:db
depends_on:
- db
labels:
io.rancher.sidekicks: script
script:
image: dvalue/odoo-script:v8
stdin_open: true
tty: true
links:
- db:db
depends_on:
- web
volumes_from:
- web
volumes:
......
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