Added Rancher questions for switching into debugging
This commit is contained in:
@@ -9,8 +9,8 @@ services:
|
|||||||
- 2606:4700:4700::1111
|
- 2606:4700:4700::1111
|
||||||
- 2606:4700:4700::1001
|
- 2606:4700:4700::1001
|
||||||
environment:
|
environment:
|
||||||
APP_ENV: production # [ development | production ]
|
APP_ENV: ${ENVIRONMENT} # [ development | production ]
|
||||||
APP_DEBUG: false
|
APP_DEBUG: ${DEBUG}
|
||||||
APP_URL: https://${TRAEFIK_HOST} # No port number needed
|
APP_URL: https://${TRAEFIK_HOST} # No port number needed
|
||||||
APP_KEY: ${APP_KEY}
|
APP_KEY: ${APP_KEY}
|
||||||
MYSQL_HOST: mysql
|
MYSQL_HOST: mysql
|
||||||
|
|||||||
@@ -24,13 +24,22 @@ catalog:
|
|||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
|
|
||||||
- variable: "DATA_DIR"
|
- variable: "Environment"
|
||||||
label: "Data Directory"
|
label: "Environment"
|
||||||
description: |
|
# description:
|
||||||
The directory to store persistent data for the stack.
|
default: production
|
||||||
default: "Personal/Snipe-IT"
|
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: enum
|
||||||
|
options:
|
||||||
|
- production
|
||||||
|
- development
|
||||||
|
|
||||||
|
- variable: "Debug"
|
||||||
|
label: "Debug Mode"
|
||||||
|
# description:
|
||||||
|
default: false
|
||||||
|
required: true
|
||||||
|
type: boolean
|
||||||
|
|
||||||
- variable: "DB_ROOT_PASS"
|
- variable: "DB_ROOT_PASS"
|
||||||
label: "Database Root Password"
|
label: "Database Root Password"
|
||||||
@@ -54,3 +63,11 @@ catalog:
|
|||||||
See README.
|
See README.
|
||||||
required: true
|
required: true
|
||||||
type: password
|
type: password
|
||||||
|
|
||||||
|
- variable: "DATA_DIR"
|
||||||
|
label: "Data Directory"
|
||||||
|
description: |
|
||||||
|
The directory to store persistent data for the stack.
|
||||||
|
default: "Personal/Snipe-IT"
|
||||||
|
required: true
|
||||||
|
type: string
|
||||||
Reference in New Issue
Block a user