Hlæja concept v0.7.0
This commit is contained in:
@@ -15,7 +15,7 @@ volumes:
|
||||
services:
|
||||
|
||||
influxdb:
|
||||
image: influxdb:2.7.10-alpine
|
||||
image: influxdb:2.7.12-alpine
|
||||
container_name: InfluxDB
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
@@ -34,7 +34,7 @@ services:
|
||||
- influx-config:/etc/influxdb2
|
||||
|
||||
postgres:
|
||||
image: postgres:17.1-alpine
|
||||
image: postgres:17.5-alpine
|
||||
container_name: PostgreSQL
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
@@ -48,7 +48,7 @@ services:
|
||||
- postgres:/var/lib/postgresql/data
|
||||
|
||||
cassandra:
|
||||
image: cassandra:5.0.2
|
||||
image: cassandra:5.0.4
|
||||
container_name: Cassandra
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
@@ -62,7 +62,7 @@ services:
|
||||
- cassandra:/var/lib/cassandra
|
||||
|
||||
redis:
|
||||
image: redis:7.4.1-alpine
|
||||
image: redis:8.0.3-alpine
|
||||
container_name: Redis
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
|
||||
@@ -8,7 +8,7 @@ networks:
|
||||
services:
|
||||
|
||||
device-registry:
|
||||
image: hlaeja-device-registry:0.5.0
|
||||
image: ghcr.io/swordsteel/hlaeja-device-registry:0.6.0
|
||||
container_name: DeviceRegistry
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
@@ -22,7 +22,7 @@ services:
|
||||
- ./cert/device_private_key.pem:/app/resources/cert/private_key.pem
|
||||
|
||||
device-data:
|
||||
image: hlaeja-device-data:0.1.1
|
||||
image: ghcr.io/swordsteel/hlaeja-device-data:0.2.0
|
||||
container_name: DeviceData
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
@@ -34,7 +34,7 @@ services:
|
||||
- 9020:8080
|
||||
|
||||
device-configuration:
|
||||
image: hlaeja-device-configuration:0.1.0
|
||||
image: ghcr.io/swordsteel/hlaeja-device-configuration:0.2.0
|
||||
container_name: DeviceConfiguration
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
@@ -45,7 +45,7 @@ services:
|
||||
- 9030:8080
|
||||
|
||||
device-api:
|
||||
image: hlaeja-device-api:0.4.0
|
||||
image: ghcr.io/swordsteel/hlaeja-device-api:0.5.0
|
||||
container_name: DeviceApi
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
@@ -61,7 +61,7 @@ services:
|
||||
- ./cert/device_api_keystore.p12:/app/resources/cert/keystore.p12
|
||||
|
||||
registry-api:
|
||||
image: hlaeja-registry-api:0.2.0
|
||||
image: ghcr.io/swordsteel/hlaeja-registry-api:0.3.0
|
||||
container_name: RegistryApi
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
@@ -77,7 +77,7 @@ services:
|
||||
- ./cert/account_public_key.pem:/app/resources/cert/public_key.pem
|
||||
|
||||
account-registry:
|
||||
image: hlaeja-account-registry:0.2.0
|
||||
image: ghcr.io/swordsteel/hlaeja-account-registry:0.3.0
|
||||
container_name: AccountRegistry
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
@@ -91,7 +91,7 @@ services:
|
||||
- ./cert/account_private_key.pem:/app/resources/cert/private_key.pem
|
||||
|
||||
management:
|
||||
image: hlaeja-management:0.2.0
|
||||
image: ghcr.io/swordsteel/hlaeja-management:0.3.0
|
||||
container_name: Management
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
|
||||
Reference in New Issue
Block a user