-
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.
v0.4.0 Release
- Loading branch information
Showing
30 changed files
with
952 additions
and
649 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 |
---|---|---|
@@ -0,0 +1,48 @@ | ||
# environment variables for installation with docker compose | ||
# with the dev version: compose.dev.yml | ||
# ----------------------------------------------------------- | ||
# fill these variables in case you want to install odtp with | ||
# docker compose | ||
|
||
# local setup and compose | ||
|
||
# odtp db instance in the mongo db: "odtp" | ||
ODTP_MONGO_DB= | ||
# s3 bucket name: "odtp" | ||
ODTP_BUCKET_NAME= | ||
|
||
# s3 access and secret key | ||
ODTP_ACCESS_KEY= | ||
ODTP_SECRET_KEY= | ||
|
||
# your github token | ||
GITHUB_TOKEN= | ||
|
||
# mongodb user and password | ||
MONGO_DB_USER= | ||
MONGO_DB_PASSWORD= | ||
|
||
# mongoexpress user and password | ||
MONGO_EXPRESS_USER= | ||
MONGO_EXPRESS_PASSWORD= | ||
|
||
# absolute path for docker volumes | ||
ODTP_PATH= | ||
MINIO_PATH= | ||
MONGODB_PATH= | ||
|
||
# Dashboard parameters | ||
ODTP_DASHBOARD_PORT= | ||
ODTP_DASHBOARD_JSON_EDITOR= | ||
|
||
# Log Level General | ||
ODTP_LOG_LEVEL=ERROR | ||
|
||
# Log Level when running executions | ||
RUN_LOG_LEVEL=INFO | ||
|
||
# App Path | ||
APP_PATH= | ||
|
||
# Install the package in editable mode. | ||
PIP_INSTALL_ARGS="--editable" |
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,7 @@ | ||
__pycache__/ | ||
.DS_Store | ||
.env* | ||
!.env*.dist | ||
!.env.dist.* | ||
.nicegui | ||
.local | ||
odtp/odtp.log |
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 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
Oops, something went wrong.