Changed database and user name
This commit is contained in:
@@ -18,8 +18,8 @@ services:
|
|||||||
{{- end}}
|
{{- end}}
|
||||||
APP_KEY: ${APP_KEY}
|
APP_KEY: ${APP_KEY}
|
||||||
MYSQL_HOST: mysql
|
MYSQL_HOST: mysql
|
||||||
MYSQL_DATABASE: snipeit
|
MYSQL_DATABASE: snipeit_db
|
||||||
MYSQL_USER: snipe_user
|
MYSQL_USER: snipeit_user
|
||||||
MYSQL_PASSWORD: ${DB_USER_PASS}
|
MYSQL_PASSWORD: ${DB_USER_PASS}
|
||||||
labels:
|
labels:
|
||||||
io.rancher.container.pull_image: always
|
io.rancher.container.pull_image: always
|
||||||
@@ -62,9 +62,9 @@ services:
|
|||||||
- 1.1.1.1
|
- 1.1.1.1
|
||||||
- 1.0.0.1
|
- 1.0.0.1
|
||||||
environment:
|
environment:
|
||||||
MYSQL_DATABASE: snipeit
|
MYSQL_DATABASE: snipeit_db
|
||||||
MYSQL_ROOT_PASSWORD: ${DB_ROOT_PASS}
|
MYSQL_ROOT_PASSWORD: ${DB_ROOT_PASS}
|
||||||
MYSQL_USER: snipe_user
|
MYSQL_USER: snipeit_user
|
||||||
MYSQL_PASSWORD: ${DB_USER_PASS}
|
MYSQL_PASSWORD: ${DB_USER_PASS}
|
||||||
labels:
|
labels:
|
||||||
io.rancher.container.pull_image: always
|
io.rancher.container.pull_image: always
|
||||||
|
|||||||
@@ -53,7 +53,7 @@ catalog:
|
|||||||
- variable: "DB_USER_PASS"
|
- variable: "DB_USER_PASS"
|
||||||
label: "MySQL User Password"
|
label: "MySQL User Password"
|
||||||
description: |
|
description: |
|
||||||
A secure password to be used by the "snipe_user" MySQL user.
|
A secure password to be used by the "snipeit_user" MySQL user.
|
||||||
# default:
|
# default:
|
||||||
required: true
|
required: true
|
||||||
type: password
|
type: password
|
||||||
|
|||||||
Reference in New Issue
Block a user