add DeviceData
This commit is contained in:
12
compose.yml
12
compose.yml
@@ -10,6 +10,18 @@ volumes:
|
||||
|
||||
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:
|
||||
image: influxdb:2.7.10-alpine
|
||||
container_name: InfluxDB
|
||||
|
||||
Reference in New Issue
Block a user