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
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"
description: |
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"
required: false
type: string

View File

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