Added time sync and nginx:alpine tag, fixed questions

This commit is contained in:
WilliamMiceli
2018-12-06 15:41:17 -05:00
parent 929ac4fc10
commit 81f9135af2
2 changed files with 21 additions and 1 deletions

View File

@@ -33,6 +33,22 @@ catalog:
required: true
type: string
- variable: "DB_ROOT_PASS"
label: "MySQL Root Password"
description: |
A secure password to be used by the "root" MySQL user.
# default:
required: true
type: password
- variable: "DB_USER_PASS"
label: "MySQL User Password"
description: |
A secure password to be used by the "ninja" MySQL user.
# default:
required: true
type: password
- variable: DATA_DIR
label: "Data Directory"
description: |