Copied from rancher community catalog as starting point
This commit is contained in:
4
templates/Ghost/0/docker-compose.yml
Normal file
4
templates/Ghost/0/docker-compose.yml
Normal file
@@ -0,0 +1,4 @@
|
||||
ghost:
|
||||
image: ghost
|
||||
ports:
|
||||
- ${public_port}:2368
|
||||
15
templates/Ghost/0/rancher-compose.yml
Normal file
15
templates/Ghost/0/rancher-compose.yml
Normal 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:
|
||||
Reference in New Issue
Block a user