Hlæja concept v0.2.1
This commit is contained in:
16
compose.yml
16
compose.yml
@@ -13,7 +13,7 @@ volumes:
|
||||
services:
|
||||
|
||||
device-data:
|
||||
image: hlaeja-device-data:0.1.0
|
||||
image: hlaeja-device-data:0.1.1
|
||||
container_name: DeviceData
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
@@ -34,9 +34,9 @@ services:
|
||||
- develop
|
||||
ports:
|
||||
- "9010:8080"
|
||||
# # mount a local `identity_private_key.pem` into the container.
|
||||
# volumes:
|
||||
# - ./keys/identity_private_key.pem:/app/resources/keys/private_key.pem
|
||||
# mount a local `identity_private_key.pem` into the container.
|
||||
volumes:
|
||||
- ./cert/identity_private_key.pem:/app/resources/cert/private_key.pem
|
||||
|
||||
device-api:
|
||||
image: hlaeja-device-api:0.2.0
|
||||
@@ -48,10 +48,10 @@ services:
|
||||
- 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
|
||||
# mount a local `identity_public_key.pem` into the container.
|
||||
volumes:
|
||||
- ./cert/identity_public_key.pem:/app/resources/cert/public_key.pem
|
||||
- ./cert/device_api_keystore.p12:/app/resources/cert/keystore.p12
|
||||
|
||||
device-configuration:
|
||||
image: hlaeja-device-configuration:0.1.0
|
||||
|
||||
Reference in New Issue
Block a user