Skip to content

Releases: ocariot/docker-compose

v1.10.2

13 Jul 17:57
Compare
Choose a tag to compare

Bug Fixes

  • Adds missing environment variables

v1.10.1

20 May 11:56
Compare
Choose a tag to compare

Improvements:

  • Update in Notification messages config file.

v1.10.0

06 May 14:25
Compare
Choose a tag to compare

New features:

  • Integration of DT Process Service:
    • Added mongo-dt-process and dt-process containers in docker-compose.yml;
    • Updated .env.example;
    • Updated rabbit_config.json.
  • Update in Notification Service config:
    • Added Mongodb.pem file to notification volume.

v1.9.0

27 Apr 18:19
Compare
Choose a tag to compare

New Features:

  • Update to Notification Service configuration file (messages.json):
    • Added emojis to messages.

v1.8.0

16 Apr 19:01
Compare
Choose a tag to compare

New Features:

  • Added configuration to integrate pre-defined notification messages from the Notification microservice;
  • Updated .env.example.

v1.7.0

28 Feb 03:02
Compare
Choose a tag to compare

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

12 Feb 14:42
Compare
Choose a tag to compare

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

03 Feb 17:53
Compare
Choose a tag to compare

New Features:

  • Added integration of the Notification Service;
  • Added integration of the Mission Service.

v1.4.0

27 Nov 12:34
Compare
Choose a tag to compare

New Features:

  • Added Redis container for Data Sync Agent service;
  • Redis database persistence added (Api Gateway and Data Sync Agent).

V1.3.1

13 Nov 21:43
Compare
Choose a tag to compare

Bug Fixes:

  • Fixed IoT Tracking Service URL variable name in API Gateway container:
    • ACTIVITY_TRACKING to IOT_TRACKING_SERVICE