make distinct templates for different versions for Plone (#363)
* make distinct templates for plone 4.3 and plone 5.0 * remove version variable from zeoserver as well
This commit is contained in:
committed by
Hussein Galal
parent
16859801eb
commit
7bffa9210e
@@ -1,5 +1,5 @@
|
||||
zeoserver:
|
||||
image: plone:${version}
|
||||
image: plone:4.3
|
||||
labels:
|
||||
io.rancher.scheduler.affinity:host_label: ${host_label}
|
||||
io.rancher.scheduler.affinity:container_label_soft_ne: io.rancher.community.plone=true
|
||||
@@ -10,7 +10,7 @@ zeoserver:
|
||||
command: ["zeoserver"]
|
||||
|
||||
plone:
|
||||
image: plone:${version}
|
||||
image: plone:4.3
|
||||
labels:
|
||||
io.rancher.scheduler.affinity:host_label: ${host_label}
|
||||
io.rancher.scheduler.affinity:container_label_soft_ne: io.rancher.community.plone=true
|
||||
|
||||
Reference in New Issue
Block a user