-
Notifications
You must be signed in to change notification settings - Fork 0
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 #79 from ccdc-opensource/MMH-124_MMHub_In_House_Dbs
MMH-124 Add in-house protein database support
- Loading branch information
Showing
5 changed files
with
203 additions
and
76 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,12 @@ | ||
# On-Site Version 4.0 | ||
# To disable User Access Control include this file in the startup command with -f docker-compose.disable-user-access.yml | ||
version: '3.6' | ||
# To disable User Access Control include this file in the startup command with -f docker-compose.disable-user-access.yml | ||
version: "3.6" | ||
|
||
services: | ||
csd-platform: | ||
environment: | ||
- DisableUserAccessControl=true | ||
|
||
webcsd: | ||
environment: | ||
- ApplicationOnSiteSettings__DisableUserAccessControl=true | ||
- ApplicationOnSiteSettings__DisableUserAccessControl=true |
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
Oops, something went wrong.