add DeviceData
This commit is contained in:
13
README.md
13
README.md
@@ -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
|
||||||
|
|||||||
12
compose.yml
12
compose.yml
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user