Releases: ocariot/docker-compose
Releases · ocariot/docker-compose
v1.10.2
v1.10.1
Improvements:
- Update in Notification messages config file.
v1.10.0
New features:
- Integration of DT Process Service:
- Added
mongo-dt-process
anddt-process
containers indocker-compose.yml
; - Updated
.env.example
; - Updated
rabbit_config.json
.
- Added
- Update in Notification Service config:
- Added
Mongodb.pem
file to notification volume.
- Added
v1.9.0
New Features:
- Update to Notification Service configuration file (
messages.json
):- Added emojis to messages.
v1.8.0
New Features:
- Added configuration to integrate pre-defined notification messages from the Notification microservice;
- Updated
.env.example
.
v1.7.0
New Features
- Added integration with Vault by HashiCorp, RabbitMQ Management and Monitor/Grafana;
These services are not raised by this stack, only mapped (proxy)
- Removed unused environment variable:
AG_URL
.
v1.6.0
Adjustments:
Notification container:
- Added RABBITMQ_SSL variable.
- Removed PKCS12_FILE_PATH, KEYSTORE_PATH and TRUSTSTORE_PATH environment variables, since its managed inside the microservice;
- Removed the creation of a .p12 certificate from the create-self-signed-certificates script.
DS Agent container:
- Removed FITBIT_CLIENT_SUBSCRIBER and FITBIT_SUBSCRIBER_ID variables.
v1.5.0
New Features:
- Added integration of the Notification Service;
- Added integration of the Mission Service.
v1.4.0
New Features:
- Added Redis container for Data Sync Agent service;
- Redis database persistence added (Api Gateway and Data Sync Agent).
V1.3.1
Bug Fixes:
- Fixed IoT Tracking Service URL variable name in API Gateway container:
ACTIVITY_TRACKING
toIOT_TRACKING_SERVICE