Skip to content

Commit

Permalink
fix(compose.yaml): ODTP_PATH missed. 0.2.6 Release.
Browse files Browse the repository at this point in the history
  • Loading branch information
caviri committed May 7, 2024
1 parent 5f438a5 commit 075aef7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
## Changelog

- v0.2.6: Bugs correction
- Missing `ODTP_PATH` in `compose.yml`.

- v0.2.5: Bugs corrections and new features
- Components tags parsing
- CLI compatibility with digital twins and executions names
Expand Down
1 change: 1 addition & 0 deletions compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ services:
- /var/run/docker.sock:/var/run/docker.sock
- ${ODTP_PATH}:${ODTP_PATH}
environment:
ODTP_PATH: ODTP_PATH
ODTP_MONGO_SERVER: mongodb://${MONGO_DB_USER}:${MONGO_DB_PASSWORD}@mongodb-instance:27017/
ODTP_S3_SERVER: http://minio-instance:9000
ODTP_BUCKET_NAME: ${ODTP_BUCKET_NAME}
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "odtp"
version = "0.2.5"
version = "0.2.6"
description = "A tool to deploy and manage open digital twins"
authors = ["caviri <[email protected]>", "sabinem <[email protected]>"]
license = "AGPL 3.0"
Expand Down

0 comments on commit 075aef7

Please sign in to comment.