Commit f662663a by Ivan

version 1.0 quitado pull image always

parent b8cbcb65
Showing with 0 additions and 5 deletions
...@@ -24,7 +24,6 @@ services: ...@@ -24,7 +24,6 @@ services:
command: command:
- /bin/true - /bin/true
labels: labels:
io.rancher.container.pull_image: always
io.rancher.container.start_once: 'true' io.rancher.container.start_once: 'true'
db: db:
image: postgres:9.4 image: postgres:9.4
...@@ -37,7 +36,6 @@ services: ...@@ -37,7 +36,6 @@ services:
volumes_from: volumes_from:
- db-data - db-data
labels: labels:
io.rancher.container.pull_image: always
io.rancher.sidekicks: db-data io.rancher.sidekicks: db-data
web: web:
image: odoo:latest image: odoo:latest
...@@ -55,7 +53,6 @@ services: ...@@ -55,7 +53,6 @@ services:
links: links:
- db:db - db:db
labels: labels:
io.rancher.container.pull_image: always
io.rancher.sidekicks: script io.rancher.sidekicks: script
script: script:
image: dvalue/odoo-script image: dvalue/odoo-script
...@@ -66,5 +63,4 @@ services: ...@@ -66,5 +63,4 @@ services:
volumes_from: volumes_from:
- web - web
labels: labels:
io.rancher.container.pull_image: always
io.rancher.container.start_once: 'true' io.rancher.container.start_once: 'true'
\ No newline at end of file
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