File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " odtp"
3- version = " 0.2.5 "
3+ version = " 0.2.6 "
44description = " A tool to deploy and manage open digital twins"
55authors = [" caviri <carlosvivarrios@gmail.com>" , " sabinem <sabine.maennel@sdsc.ethz.ch>" ]
66license = " AGPL 3.0"
You can’t perform that action at this time.
0 commit comments