sysPass needs to create it's own database for some reason

This commit is contained in:
William Miceli
2019-06-04 14:19:22 -04:00
parent 8462bbb54a
commit 975b204080
2 changed files with 0 additions and 11 deletions

View File

@@ -41,10 +41,7 @@ services:
- 2606:4700:4700::1111
- 2606:4700:4700::1001
environment:
MYSQL_DATABASE: syspass_db
MYSQL_ROOT_PASSWORD: ${DB_ROOT_PASS}
MYSQL_USER: syspass_user
MYSQL_PASSWORD: ${DB_USER_PASS}
labels:
io.rancher.container.pull_image: always
{{- if .Values.HOST_LABEL}}

View File

@@ -32,14 +32,6 @@ catalog:
required: true
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"
label: "Data Directory"
description: |