Formatting updates
This commit is contained in:
@@ -5,7 +5,7 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
APP_ENV: production
|
APP_ENV: production
|
||||||
APP_DEBUG: false
|
APP_DEBUG: false
|
||||||
APP_URL: http://localhost:${WEB_PORT}
|
APP_URL: http://localhost:${HTTP_PORT}
|
||||||
APP_CIPHER: AES-256-CBC
|
APP_CIPHER: AES-256-CBC
|
||||||
APP_KEY: ${APP_KEY}
|
APP_KEY: ${APP_KEY}
|
||||||
DB_STRICT: false
|
DB_STRICT: false
|
||||||
@@ -39,7 +39,7 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
APP_ENV: production
|
APP_ENV: production
|
||||||
APP_DEBUG: false
|
APP_DEBUG: false
|
||||||
APP_URL: http://localhost:${WEB_PORT}
|
APP_URL: http://localhost:${HTTP_PORT}
|
||||||
APP_CIPHER: AES-256-CBC
|
APP_CIPHER: AES-256-CBC
|
||||||
APP_KEY: ${APP_KEY}
|
APP_KEY: ${APP_KEY}
|
||||||
DB_STRICT: false
|
DB_STRICT: false
|
||||||
@@ -79,7 +79,7 @@ services:
|
|||||||
links:
|
links:
|
||||||
- app
|
- app
|
||||||
ports:
|
ports:
|
||||||
- "${WEB_PORT}:80"
|
- "${HTTP_PORT}:80"
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
volumes:
|
volumes:
|
||||||
- ${STORAGE_BASE_DIR}${CONFIG_DIR}/nginx.conf:/etc/nginx/nginx.conf:ro
|
- ${STORAGE_BASE_DIR}${CONFIG_DIR}/nginx.conf:/etc/nginx/nginx.conf:ro
|
||||||
|
|||||||
@@ -2,8 +2,12 @@ version: '2'
|
|||||||
catalog:
|
catalog:
|
||||||
name: "InvoiceNinja"
|
name: "InvoiceNinja"
|
||||||
version: "latest"
|
version: "latest"
|
||||||
description: Invoicing
|
# description:
|
||||||
|
# minimum_rancher_version:
|
||||||
|
# maximum_rancher_version:
|
||||||
|
# upgrade_from:
|
||||||
questions:
|
questions:
|
||||||
|
|
||||||
- variable: "LABEL_KEY_VALUE"
|
- variable: "LABEL_KEY_VALUE"
|
||||||
label: "Host Label Key/Value Pair"
|
label: "Host Label Key/Value Pair"
|
||||||
description: |
|
description: |
|
||||||
@@ -11,13 +15,15 @@ catalog:
|
|||||||
default: "host.id=0000"
|
default: "host.id=0000"
|
||||||
required: false
|
required: false
|
||||||
type: string
|
type: string
|
||||||
- variable: "WEB_PORT"
|
|
||||||
label: "Web Port"
|
- variable: "HTTP_PORT"
|
||||||
|
label: "HTTP Port"
|
||||||
description: |
|
description: |
|
||||||
The port to access the web interface on.
|
The HTTP port to access the web interface on.
|
||||||
default: "8000"
|
default: "8000"
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
|
|
||||||
- variable: "STORAGE_BASE_DIR"
|
- variable: "STORAGE_BASE_DIR"
|
||||||
label: "Base Storage Directory"
|
label: "Base Storage Directory"
|
||||||
description: |
|
description: |
|
||||||
@@ -25,13 +31,15 @@ catalog:
|
|||||||
default: "/RancherStorage/InvoiceNinja"
|
default: "/RancherStorage/InvoiceNinja"
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
|
|
||||||
- variable: "LOGO_DIR"
|
- variable: "LOGO_DIR"
|
||||||
label: "Logo Directory"
|
label: "Logo Directory"
|
||||||
description: |
|
description: |
|
||||||
The
|
The folder for persistent logo files.
|
||||||
default: "/Logo"
|
default: "/Logo"
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
|
|
||||||
- variable: "STORAGE_DIR"
|
- variable: "STORAGE_DIR"
|
||||||
label: "Storage Directory"
|
label: "Storage Directory"
|
||||||
description: |
|
description: |
|
||||||
@@ -39,6 +47,7 @@ catalog:
|
|||||||
default: "/Storage"
|
default: "/Storage"
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
|
|
||||||
- variable: "DB_DIR"
|
- variable: "DB_DIR"
|
||||||
label: "Database Directory"
|
label: "Database Directory"
|
||||||
description: |
|
description: |
|
||||||
@@ -46,6 +55,7 @@ catalog:
|
|||||||
default: "/Database"
|
default: "/Database"
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
|
|
||||||
- variable: "CONFIG_DIR"
|
- variable: "CONFIG_DIR"
|
||||||
label: "Configuration Directory"
|
label: "Configuration Directory"
|
||||||
description: |
|
description: |
|
||||||
@@ -53,6 +63,7 @@ catalog:
|
|||||||
default: "/Config"
|
default: "/Config"
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
|
|
||||||
- variable: "APP_KEY"
|
- variable: "APP_KEY"
|
||||||
label: "Encryption Key"
|
label: "Encryption Key"
|
||||||
description: |
|
description: |
|
||||||
|
|||||||
Reference in New Issue
Block a user