add DeviceApi
This commit is contained in:
15
compose.yml
15
compose.yml
@@ -37,6 +37,21 @@ services:
|
||||
# volumes:
|
||||
# - ./keys/identity_private_key.pem:/app/resources/keys/private_key.pem
|
||||
|
||||
device-api:
|
||||
image: hlaeja-device-api:0.1.0-SNAPSHOT
|
||||
container_name: DeviceApi
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
SPRING_PROFILES_ACTIVE: docker
|
||||
networks:
|
||||
- develop
|
||||
ports:
|
||||
- "9000:8443"
|
||||
# # mount a local `identity_public_key.pem` into the container.
|
||||
# volumes:
|
||||
# - ./keys/identity_public_key.pem:/app/resources/cert/public_key.pem
|
||||
# - ./keys/device_api_keystore.p12:/app/resources/cert/keystore.p12
|
||||
|
||||
influxdb:
|
||||
image: influxdb:2.7.10-alpine
|
||||
container_name: InfluxDB
|
||||
|
||||
Reference in New Issue
Block a user