add DeviceData

This commit is contained in:
2024-11-15 14:27:59 +01:00
parent e814633097
commit 52f84647d5
2 changed files with 25 additions and 0 deletions

View File

@@ -22,6 +22,19 @@ Plugin containing gradle task and setting used by common, library, and service r
Library containing all internal messages for services. GitHub [Hlæja Common Messages](https://github.com/swordsteel/hlaeja-common-messages) Library containing all internal messages for services. GitHub [Hlæja Common Messages](https://github.com/swordsteel/hlaeja-common-messages)
## Services
### Device Data
Store measurement from electronic devices. GitHub [Hlæja Device Data](https://github.com/swordsteel/hlaeja-device-data)
#### Environment
```text
SPRING_PROFILES_ACTIVE: docker
INFLUXDB_TOKEN: influxdbToken==
```
## Databases ## Databases
### InfluxDB ### InfluxDB

View File

@@ -10,6 +10,18 @@ volumes:
services: services:
device-data:
image: hlaeja-device-data:0.1.0
container_name: DeviceData
restart: unless-stopped
environment:
SPRING_PROFILES_ACTIVE: docker
INFLUXDB_TOKEN: influxdbToken==
networks:
- develop
ports:
- "9020:8080"
influxdb: influxdb:
image: influxdb:2.7.10-alpine image: influxdb:2.7.10-alpine
container_name: InfluxDB container_name: InfluxDB