Commit d7679392 by Ivan

Odoo10 , version convoy añadido contenedor para borrar lost+found en los volumenes

parent cd4f8108
Showing with 13 additions and 0 deletions
......@@ -11,6 +11,7 @@ volumes:
driver: convoy
services:
db-data:
image: postgres:9.4
environment:
......@@ -37,6 +38,14 @@ services:
- db-data
labels:
io.rancher.sidekicks: db-data
volume-clener:
image: dvalue/odoo-data:latest
volumes:
- odoo-datadir:/var/lib/odoo
- odoo-extra-addons:/mnt/extra-addons
- odoo-tools:/usr/lib/python2.7/dist-packages/odoo
web:
image: odoo:10
environment:
......@@ -50,7 +59,10 @@ services:
- odoo-tools:/usr/lib/python2.7/dist-packages/odoo
tty: true
links:
- volume-clener:volume-clener
- db:db
depends_on:
- volume-clener
labels:
io.rancher.sidekicks: script
script:
......@@ -65,6 +77,7 @@ services:
- /var/run/docker.sock:/var/run/docker.sock
labels:
io.rancher.container.start_once: 'true'
sftp:
image: atmoz/sftp:alpine
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