Converted to using NFS volumes
This commit is contained in:
@@ -32,46 +32,6 @@ catalog:
|
||||
required: true
|
||||
type: string
|
||||
|
||||
- variable: "STORAGE_BASE_DIR"
|
||||
label: "Base Storage Directory"
|
||||
description: |
|
||||
The base path of where persistent storage should be kept at.
|
||||
default: "/RancherStorage/InvoiceNinja"
|
||||
required: true
|
||||
type: string
|
||||
|
||||
- variable: "LOGO_DIR"
|
||||
label: "Logo Directory"
|
||||
description: |
|
||||
The folder for persistent logo files.
|
||||
default: "/Logo"
|
||||
required: true
|
||||
type: string
|
||||
|
||||
- variable: "STORAGE_DIR"
|
||||
label: "Storage Directory"
|
||||
description: |
|
||||
The folder for persistent storage files.
|
||||
default: "/Storage"
|
||||
required: true
|
||||
type: string
|
||||
|
||||
- variable: "DB_DIR"
|
||||
label: "Database Directory"
|
||||
description: |
|
||||
The folder which will store the persistent database files.
|
||||
default: "/Database"
|
||||
required: true
|
||||
type: string
|
||||
|
||||
- variable: "CONFIG_DIR"
|
||||
label: "Configuration Directory"
|
||||
description: |
|
||||
The folder which configuration files should be in.
|
||||
default: "/Config"
|
||||
required: true
|
||||
type: string
|
||||
|
||||
- variable: "DB_ROOT_PASS"
|
||||
label: "MySQL Root Password"
|
||||
description: |
|
||||
@@ -107,6 +67,14 @@ catalog:
|
||||
required: false
|
||||
type: password
|
||||
|
||||
- variable: DATA_DIR
|
||||
label: "Data Directory"
|
||||
description: |
|
||||
The directory within the stack directory to store data
|
||||
default: "InvoiceNinja/Personal"
|
||||
required: true
|
||||
type: string
|
||||
|
||||
# - variable: "SSL_CERT"
|
||||
# label: "SSL Certificate"
|
||||
# description: |
|
||||
@@ -114,5 +82,5 @@ catalog:
|
||||
# required: false
|
||||
# type: certificate
|
||||
|
||||
services:
|
||||
app:
|
||||
#services:
|
||||
# app:
|
||||
Reference in New Issue
Block a user