add DeviceConfiguration
This commit is contained in:
11
compose.yml
11
compose.yml
@@ -53,6 +53,17 @@ services:
|
||||
# - ./keys/identity_public_key.pem:/app/resources/cert/public_key.pem
|
||||
# - ./keys/device_api_keystore.p12:/app/resources/cert/keystore.p12
|
||||
|
||||
device-configuration:
|
||||
image: hlaeja-device-configuration:0.1.0-SNAPSHOT
|
||||
container_name: DeviceConfiguration
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
SPRING_PROFILES_ACTIVE: docker
|
||||
networks:
|
||||
- develop
|
||||
ports:
|
||||
- "9030:8080"
|
||||
|
||||
influxdb:
|
||||
image: influxdb:2.7.10-alpine
|
||||
container_name: InfluxDB
|
||||
|
||||
Reference in New Issue
Block a user