Got rid of host_label to simplify

This commit is contained in:
Josh Cox 2017-03-24 08:11:43 -05:00
parent 50f38ee022
commit 809a0b59a2
2 changed files with 0 additions and 11 deletions

View File

@ -3,7 +3,6 @@ services:
meanshop-nginx:
image: ohmydocker/meanshop:nginx
labels:
io.rancher.scheduler.affinity:host_label: ${host_label}
io.rancher.container.hostname_override: container_name
io.rancher.container.pull_image: always
ports:
@ -27,7 +26,6 @@ services:
tty: true
image: mongo:3.2
labels:
io.rancher.scheduler.affinity:host_label: ${host_label}
io.rancher.container.hostname_override: container_name
io.rancher.sidekicks: meango-datavolume
io.rancher.container.pull_image: always
@ -35,7 +33,6 @@ services:
- meango-datavolume
meango-datavolume:
labels:
io.rancher.scheduler.affinity:host_label: ${host_label}
io.rancher.container.hostname_override: container_name
io.rancher.container.start_once: true
volumes:

View File

@ -23,14 +23,6 @@
required: true
default: "3547"
type: "int"
- variable: host_label
label: "Host Label to Meanshop Tags"
description: |
Host label to use as Meanshop 'value' tag.
Example: 'meanshop=true'
required: false
default: "meanshop=true"
type: "string"
meanshop-nginx:
scale: 1