Skip to content

Commit 075aef7

Browse files
committed
fix(compose.yaml): ODTP_PATH missed. 0.2.6 Release.
1 parent 5f438a5 commit 075aef7

3 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
## Changelog
22

3+
- v0.2.6: Bugs correction
4+
- Missing `ODTP_PATH` in `compose.yml`.
5+
36
- v0.2.5: Bugs corrections and new features
47
- Components tags parsing
58
- CLI compatibility with digital twins and executions names

compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ services:
1212
- /var/run/docker.sock:/var/run/docker.sock
1313
- ${ODTP_PATH}:${ODTP_PATH}
1414
environment:
15+
ODTP_PATH: ODTP_PATH
1516
ODTP_MONGO_SERVER: mongodb://${MONGO_DB_USER}:${MONGO_DB_PASSWORD}@mongodb-instance:27017/
1617
ODTP_S3_SERVER: http://minio-instance:9000
1718
ODTP_BUCKET_NAME: ${ODTP_BUCKET_NAME}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "odtp"
3-
version = "0.2.5"
3+
version = "0.2.6"
44
description = "A tool to deploy and manage open digital twins"
55
authors = ["caviri <carlosvivarrios@gmail.com>", "sabinem <sabine.maennel@sdsc.ethz.ch>"]
66
license = "AGPL 3.0"

0 commit comments

Comments
 (0)