Converted to using NFS volumes

This commit is contained in:
WilliamMiceli
2018-08-02 19:52:08 -04:00
parent f1017a806f
commit 04cb3225f0
2 changed files with 41 additions and 47 deletions

View File

@@ -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: