Commit e9f8f452 by Ivan

Odoo10-11 , version convoy pull image always en el script y volume-cleaner

parent ccda48f0
...@@ -51,6 +51,7 @@ services: ...@@ -51,6 +51,7 @@ services:
- db - db
labels: labels:
io.rancher.container.start_once : 'true' io.rancher.container.start_once : 'true'
io.rancher.container.pull_image: 'always'
web: web:
image: odoo:10 image: odoo:10
...@@ -84,6 +85,7 @@ services: ...@@ -84,6 +85,7 @@ services:
- /var/run/docker.sock:/var/run/docker.sock - /var/run/docker.sock:/var/run/docker.sock
labels: labels:
io.rancher.container.start_once: 'true' io.rancher.container.start_once: 'true'
io.rancher.container.pull_image: 'always'
sftp: sftp:
image: atmoz/sftp:alpine image: atmoz/sftp:alpine
......
...@@ -50,7 +50,8 @@ services: ...@@ -50,7 +50,8 @@ services:
depends_on: depends_on:
- db - db
labels: labels:
io.rancher.container.start_once : 'true' io.rancher.container.start_once: 'true'
io.rancher.container.pull_image: 'always'
web: web:
image: odoo:11 image: odoo:11
...@@ -85,6 +86,7 @@ services: ...@@ -85,6 +86,7 @@ services:
- /var/run/docker.sock:/var/run/docker.sock - /var/run/docker.sock:/var/run/docker.sock
labels: labels:
io.rancher.container.start_once: 'true' io.rancher.container.start_once: 'true'
io.rancher.container.pull_image: 'always'
sftp: sftp:
image: atmoz/sftp:alpine image: atmoz/sftp:alpine
......
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