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