Hlæja concept v0.2.1

This commit is contained in:
2024-12-12 02:43:11 +01:00
parent a583e5d6e3
commit 0b776186ac
4 changed files with 13 additions and 13 deletions

View File

@@ -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