-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #10 from bibbox/v8.2.RC2
V8.2.rc2
- Loading branch information
Showing
7 changed files
with
35 additions
and
90 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ services: | |
environment: | ||
- MYSQL_ROOT_PASSWORD=openspecimen | ||
- MYSQL_DATABASE=openspecimen | ||
- MYSQL_USER=openspecimen | ||
- MYSQL_USER=FRANZ | ||
- MYSQL_PASSWORD=openspecimen | ||
volumes: | ||
- ./data/mysql:/var/lib/mysql | ||
|
@@ -24,7 +24,7 @@ services: | |
- SYS_NICE | ||
|
||
local-openspecimen-web: | ||
image: bibbox/openspecimen:v8-1-RC8 | ||
image: bibbox/openspecimen:v8-2-RC2 | ||
container_name: local-openspecimen-web | ||
restart: unless-stopped | ||
networks: | ||
|
@@ -37,11 +37,6 @@ services: | |
- MYSQL_DATABASE=openspecimen | ||
- MYSQL_USER=openspecimen | ||
- MYSQL_PASSWORD=openspecimen | ||
- INSTITUTE_NAME=BIBBOX_Demo_Biobank | ||
- EMAIL_ADRESS="[email protected]" | ||
- FIRST_NAME=admin | ||
- LAST_NAME=Bibbox | ||
- LOGIN_NAME=bibboxadmin | ||
depends_on: | ||
- local-openspecimen-db | ||
volumes: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,48 +1,20 @@ | ||
[ | ||
{ | ||
"id":"INSTITUTE_NAME", | ||
"display_name":"OpenSpecimen Institute", | ||
"type":"text", | ||
"default_value":"BIBBOX Demo Biobank", | ||
"description":"Institute name in OpenSpecimen for the first user.", | ||
"min_length": "1", | ||
"max_length": "128" | ||
}, | ||
{ | ||
"id":"EMAIL_ADRESS", | ||
"display_name":"email-adress", | ||
"type":"text", | ||
"default_value":"[email protected]", | ||
"description":"email adress of the user", | ||
"min_length": "1", | ||
"max_length": "128" | ||
}, | ||
{ | ||
"id":"FIRST_NAME", | ||
"display_name":"First name", | ||
"type":"text", | ||
"default_value":"admin", | ||
"description":"First Name of the User", | ||
"min_length": "1", | ||
"max_length": "128" | ||
}, | ||
{ | ||
"id":"LAST_NAME", | ||
"display_name":"Last name", | ||
"type":"text", | ||
"default_value":"Bibbox", | ||
"description":"First Name of the User", | ||
"min_length": "1", | ||
"max_length": "128" | ||
}, | ||
{ | ||
"id":"LOGIN_NAME", | ||
"display_name":"Login Name", | ||
"type":"text", | ||
"default_value":"bibboxadmin", | ||
"description":"Login Name of the User", | ||
"min_length": "1", | ||
"max_length": "128" | ||
} | ||
|
||
] | ||
{ | ||
"id":"MYSQL_DATABASE_USER", | ||
"display_name":"Name of the mysql user", | ||
"type":"text", | ||
"default_value":"Default Value", | ||
"description":"The User of the DB created for OpenSpecimen", | ||
"min_length": "1", | ||
"max_length": "128" | ||
}, | ||
{ | ||
"id":"MYSQL_DATABASE_PASSWORD", | ||
"display_name":"Password of mySQL user", | ||
"type":"password", | ||
"default_value":"Default Value", | ||
"description":"The Password of the DB User created for OpenSpecimen", | ||
"min_length": "1", | ||
"max_length": "128" | ||
} | ||
] |