Add Rancher metadata to swarm templates
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
ghost:
|
||||
image: ghost
|
||||
image: ghost:0.7.8
|
||||
ports:
|
||||
- "80:2368"
|
||||
- "${client_port}:2368"
|
||||
|
||||
@@ -0,0 +1,12 @@
|
||||
.catalog:
|
||||
name: "Ghost"
|
||||
version: 0.7.8-rancher1
|
||||
description: "Blog powered by Ghost"
|
||||
minimum_rancher_version: v1.0.0-rc2
|
||||
questions:
|
||||
- variable: client_port
|
||||
description: "Port to access the blog"
|
||||
label: "Client Port"
|
||||
required: true
|
||||
default: "80"
|
||||
type: "int"
|
||||
@@ -1,5 +1,5 @@
|
||||
name: Ghost
|
||||
description: |
|
||||
Blog powered by Ghost
|
||||
version: v0.1-educaas
|
||||
version: 0.7.8-rancher1
|
||||
category: Blogging
|
||||
|
||||
Reference in New Issue
Block a user