Copied from rancher community catalog as starting point

This commit is contained in:
WilliamMiceli
2018-06-28 06:18:43 -04:00
parent cc80644bd4
commit 5b1243c281
30 changed files with 1785 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
ghost:
image: ghost
ports:
- ${public_port}:2368

View File

@@ -0,0 +1,15 @@
.catalog:
name: "Ghost"
version: "v0.1-educaas"
description: "Blog powered by Ghost. Requires no database"
uuid: ghost-0
questions:
- variable: public_port
description: "public port to access the blog"
label: "Public Port"
required: true
default: "80"
type: "int"
ghost: