Updated README, and rancher questions options

This commit is contained in:
WilliamMiceli
2018-12-19 22:16:55 -05:00
parent f552cf05fb
commit d0ca9dae3e
3 changed files with 11 additions and 3 deletions

View File

@@ -1,3 +1,10 @@
# WilliamMiceli's Personal Rancher Catalog # WilliamMiceli's Personal Rancher Catalog
My personal rancher catalog to make my own life just a little bit easier. My personal rancher catalog to make my own life just a little bit easier.
## TODO List
* Have WEB_PORT be optional
* Have DATA_DIR be optional
* Include logos for all stacks
* Include description for all stacks

View File

@@ -29,7 +29,7 @@ catalog:
label: "Local Web Port" label: "Local Web Port"
description: | description: |
The port to locally access the web interface on. The port to locally access the web interface on.
Leaving this empty will not expose a any port on the host system, disabling local access outside of it's Rancher network. Leaving this empty will disable opening any port on the host system.
default: "10300" default: "10300"
required: false required: false
type: string type: string

View File

@@ -29,8 +29,9 @@ catalog:
label: "Web Port" label: "Web Port"
description: | description: |
The port to locally access the web interface on. The port to locally access the web interface on.
Leaving this empty will disable opening any port on the host system.
default: "10600" default: "10600"
required: true required: false
type: string type: string
- variable: "DB_ROOT_PASS" - variable: "DB_ROOT_PASS"