sysPass needs to create it's own database for some reason
This commit is contained in:
@@ -41,10 +41,7 @@ services:
|
|||||||
- 2606:4700:4700::1111
|
- 2606:4700:4700::1111
|
||||||
- 2606:4700:4700::1001
|
- 2606:4700:4700::1001
|
||||||
environment:
|
environment:
|
||||||
MYSQL_DATABASE: syspass_db
|
|
||||||
MYSQL_ROOT_PASSWORD: ${DB_ROOT_PASS}
|
MYSQL_ROOT_PASSWORD: ${DB_ROOT_PASS}
|
||||||
MYSQL_USER: syspass_user
|
|
||||||
MYSQL_PASSWORD: ${DB_USER_PASS}
|
|
||||||
labels:
|
labels:
|
||||||
io.rancher.container.pull_image: always
|
io.rancher.container.pull_image: always
|
||||||
{{- if .Values.HOST_LABEL}}
|
{{- if .Values.HOST_LABEL}}
|
||||||
|
|||||||
@@ -32,14 +32,6 @@ catalog:
|
|||||||
required: true
|
required: true
|
||||||
type: password
|
type: password
|
||||||
|
|
||||||
- variable: "DB_USER_PASS"
|
|
||||||
label: "Database User Password"
|
|
||||||
description: |
|
|
||||||
A secure password to be used by the "syspass_user" database user.
|
|
||||||
# default:
|
|
||||||
required: true
|
|
||||||
type: password
|
|
||||||
|
|
||||||
- variable: "DATA_DIR"
|
- variable: "DATA_DIR"
|
||||||
label: "Data Directory"
|
label: "Data Directory"
|
||||||
description: |
|
description: |
|
||||||
|
|||||||
Reference in New Issue
Block a user