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:
command:
- /bin/true
labels:
io.rancher.container.pull_image: always
io.rancher.container.start_once: 'true'
db:
image: postgres:9.4
......@@ -37,7 +36,6 @@ services:
volumes_from:
- db-data
labels:
io.rancher.container.pull_image: always
io.rancher.sidekicks: db-data
web:
image: odoo:latest
......@@ -55,7 +53,6 @@ services:
links:
- db:db
labels:
io.rancher.container.pull_image: always
io.rancher.sidekicks: script
script:
image: dvalue/odoo-script
......@@ -66,5 +63,4 @@ services:
volumes_from:
- web
labels:
io.rancher.container.pull_image: always
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