Hlæja concept v0.7.0

This commit is contained in:
2025-07-29 21:45:52 +02:00
parent 68df9a1847
commit bb81dc3062
3 changed files with 80 additions and 11 deletions

View File

@@ -15,7 +15,7 @@ volumes:
services: services:
influxdb: influxdb:
image: influxdb:2.7.10-alpine image: influxdb:2.7.12-alpine
container_name: InfluxDB container_name: InfluxDB
restart: unless-stopped restart: unless-stopped
environment: environment:
@@ -34,7 +34,7 @@ services:
- influx-config:/etc/influxdb2 - influx-config:/etc/influxdb2
postgres: postgres:
image: postgres:17.1-alpine image: postgres:17.5-alpine
container_name: PostgreSQL container_name: PostgreSQL
restart: unless-stopped restart: unless-stopped
environment: environment:
@@ -48,7 +48,7 @@ services:
- postgres:/var/lib/postgresql/data - postgres:/var/lib/postgresql/data
cassandra: cassandra:
image: cassandra:5.0.2 image: cassandra:5.0.4
container_name: Cassandra container_name: Cassandra
restart: unless-stopped restart: unless-stopped
environment: environment:
@@ -62,7 +62,7 @@ services:
- cassandra:/var/lib/cassandra - cassandra:/var/lib/cassandra
redis: redis:
image: redis:7.4.1-alpine image: redis:8.0.3-alpine
container_name: Redis container_name: Redis
restart: unless-stopped restart: unless-stopped
environment: environment:

View File

@@ -8,7 +8,7 @@ networks:
services: services:
device-registry: device-registry:
image: hlaeja-device-registry:0.5.0 image: ghcr.io/swordsteel/hlaeja-device-registry:0.6.0
container_name: DeviceRegistry container_name: DeviceRegistry
restart: unless-stopped restart: unless-stopped
environment: environment:
@@ -22,7 +22,7 @@ services:
- ./cert/device_private_key.pem:/app/resources/cert/private_key.pem - ./cert/device_private_key.pem:/app/resources/cert/private_key.pem
device-data: device-data:
image: hlaeja-device-data:0.1.1 image: ghcr.io/swordsteel/hlaeja-device-data:0.2.0
container_name: DeviceData container_name: DeviceData
restart: unless-stopped restart: unless-stopped
environment: environment:
@@ -34,7 +34,7 @@ services:
- 9020:8080 - 9020:8080
device-configuration: device-configuration:
image: hlaeja-device-configuration:0.1.0 image: ghcr.io/swordsteel/hlaeja-device-configuration:0.2.0
container_name: DeviceConfiguration container_name: DeviceConfiguration
restart: unless-stopped restart: unless-stopped
environment: environment:
@@ -45,7 +45,7 @@ services:
- 9030:8080 - 9030:8080
device-api: device-api:
image: hlaeja-device-api:0.4.0 image: ghcr.io/swordsteel/hlaeja-device-api:0.5.0
container_name: DeviceApi container_name: DeviceApi
restart: unless-stopped restart: unless-stopped
environment: environment:
@@ -61,7 +61,7 @@ services:
- ./cert/device_api_keystore.p12:/app/resources/cert/keystore.p12 - ./cert/device_api_keystore.p12:/app/resources/cert/keystore.p12
registry-api: registry-api:
image: hlaeja-registry-api:0.2.0 image: ghcr.io/swordsteel/hlaeja-registry-api:0.3.0
container_name: RegistryApi container_name: RegistryApi
restart: unless-stopped restart: unless-stopped
environment: environment:
@@ -77,7 +77,7 @@ services:
- ./cert/account_public_key.pem:/app/resources/cert/public_key.pem - ./cert/account_public_key.pem:/app/resources/cert/public_key.pem
account-registry: account-registry:
image: hlaeja-account-registry:0.2.0 image: ghcr.io/swordsteel/hlaeja-account-registry:0.3.0
container_name: AccountRegistry container_name: AccountRegistry
restart: unless-stopped restart: unless-stopped
environment: environment:
@@ -91,7 +91,7 @@ services:
- ./cert/account_private_key.pem:/app/resources/cert/private_key.pem - ./cert/account_private_key.pem:/app/resources/cert/private_key.pem
management: management:
image: hlaeja-management:0.2.0 image: ghcr.io/swordsteel/hlaeja-management:0.3.0
container_name: Management container_name: Management
restart: unless-stopped restart: unless-stopped
environment: environment:

69
version.md Normal file
View File

@@ -0,0 +1,69 @@
# Hlæja Version History
## Hlæja V0.7.0
- hlaeja-account-registry:0.3.0
- hlaeja-device-api:0.5.0
- hlaeja-device-configuration:0.2.0
- hlaeja-device-data:0.2.0
- hlaeja-device-registry:0.6.0
- hlaeja-management:0.3.0
- hlaeja-registry-api:0.3.0
## Hlæja V0.6.0
- hlaeja-account-registry:0.2.0
- hlaeja-device-api:0.4.0
- hlaeja-device-configuration:0.1.0
- hlaeja-device-data:0.1.1
- hlaeja-device-registry:0.5.0
- hlaeja-management:0.2.0
- hlaeja-registry-api:0.2.0
## Hlæja V0.5.0
- hlaeja-account-registry:0.2.0
- hlaeja-device-api:0.4.0
- hlaeja-device-configuration:0.1.0
- hlaeja-device-data:0.1.1
- hlaeja-device-registry:0.4.0
- hlaeja-management:0.1.0
- hlaeja-registry-api:0.2.0
## Hlæja V0.4.0
- hlaeja-account-registry:0.1.0
- hlaeja-device-api:0.4.0
- hlaeja-device-configuration:0.1.0
- hlaeja-device-data:0.1.1
- hlaeja-device-registry:0.4.0
- hlaeja-registry-api:0.2.0
## Hlæja V0.3.0
- hlaeja-device-api:0.3.0
- hlaeja-device-configuration:0.1.0
- hlaeja-device-data:0.1.1
- hlaeja-device-registry:0.3.0
- hlaeja-registry-api:0.1.0
## Hlæja V0.2.1
- hlaeja-device-api:0.2.0
- hlaeja-device-configuration:0.1.0
- hlaeja-device-data:0.1.1
- hlaeja-device-registry:0.2.0
## Hlæja V0.2.0
- hlaeja-device-api:0.2.0
- hlaeja-device-configuration:0.1.0
- hlaeja-device-data:0.1.0
- hlaeja-device-registry:0.2.0
## Hlæja V0.1.0
- hlaeja-device-api:0.1.0
- hlaeja-device-configuration:0.1.0
- hlaeja-device-data:0.1.0
- hlaeja-device-registry:0.1.0