From 4052404120861318824ad0738509e27bf0afc97f Mon Sep 17 00:00:00 2001 From: Swordsteel Date: Sat, 28 Dec 2024 08:30:21 +0100 Subject: [PATCH] =?UTF-8?q?Hl=C3=A6ja=20concept=20v0.3.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hlaeja-compose.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/hlaeja-compose.yml b/hlaeja-compose.yml index bce8a17..a2ae8a1 100644 --- a/hlaeja-compose.yml +++ b/hlaeja-compose.yml @@ -8,7 +8,7 @@ networks: services: device-registry: - image: hlaeja-device-registry:0.3.0-SNAPSHOT + image: hlaeja-device-registry:0.3.0 container_name: DeviceRegistry restart: unless-stopped environment: @@ -45,11 +45,12 @@ services: - 9030:8080 device-api: - image: hlaeja-device-api:0.2.0 + image: hlaeja-device-api:0.3.0 container_name: DeviceApi restart: unless-stopped environment: SPRING_PROFILES_ACTIVE: docker + MANAGEMENT_INFLUX_METRICS_EXPORT_TOKEN: influxdbToken== networks: - develop ports: @@ -65,6 +66,7 @@ services: restart: unless-stopped environment: SPRING_PROFILES_ACTIVE: docker + MANAGEMENT_INFLUX_METRICS_EXPORT_TOKEN: influxdbToken== networks: - develop ports: