-
Notifications
You must be signed in to change notification settings - Fork 1
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 #13 from deephealthproject/update-deployments
Update deployments
- Loading branch information
Showing
13 changed files
with
180 additions
and
126 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,6 +1,9 @@ | ||
# Allow DEBUG mode. Don't run with debug turned on in production! | ||
DEBUG=${DEBUG} | ||
|
||
# Enable eddl CS_GPU computing service | ||
EDDL_WITH_CUDA=${EDDL_WITH_CUDA} | ||
|
||
# Set SECRET_KEY. Keep the secret key used in production secret! | ||
SECRET_KEY="${SECRET_KEY}" | ||
|
||
|
@@ -15,12 +18,13 @@ CORS_ORIGIN_WHITELIST="${CORS_ORIGIN_WHITELIST}" | |
# DATABASE_URL=psql://urser:[email protected]:8458/database # PostgreSQL DB | ||
|
||
# Relative path for static resources | ||
STATIC_URL="${STATIC_URL}" | ||
STATIC_URL='/backend/static/' | ||
|
||
# Base url to serve media files | ||
MEDIA_URL='/backend/media/' | ||
|
||
# Data directories | ||
TRAINING_DIR="${TRAINING_DIR}" | ||
INFERENCE_DIR="${INFERENCE_DIR}" | ||
DATASETS_DIR="${DATASETS_DIR}" | ||
# Data directory | ||
DATA_DIR="${DATA_DIR}" | ||
|
||
# RabbitMQ Credentials | ||
# see https://hub.docker.com/_/rabbitmq | ||
|
@@ -31,3 +35,10 @@ CELERY_ACCEPT_CONTENT="${CELERY_ACCEPT_CONTENT}" # list of comma separated value | |
CELERY_RESULT_BACKEND="${CELERY_RESULT_BACKEND}" | ||
CELERY_TASK_SERIALIZER="${CELERY_TASK_SERIALIZER}" | ||
|
||
# OAuth settings | ||
DRFSO2_PROPRIETARY_BACKEND_NAME='GithubOAuth2' | ||
DRFSO2_URL_NAMESPACE='social' | ||
|
||
# GitHub configuration | ||
SOCIAL_AUTH_GITHUB_KEY='' | ||
SOCIAL_AUTH_GITHUB_SECRET='' |
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 |
---|---|---|
|
@@ -4,4 +4,5 @@ | |
**/.vscode | ||
**/.DS_Store | ||
**/.env | ||
**/*.pyc | ||
**/venv |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
apiVersion: v1 | ||
appVersion: "2fd828d8" | ||
appVersion: "11f2b98" | ||
description: A Helm chart for Kubernetes | ||
name: deephealth-backend | ||
version: 0.1.2 | ||
version: 0.2.0 |
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.