Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a583e5d6e3 |
@@ -25,7 +25,7 @@ services:
|
|||||||
- "9020:8080"
|
- "9020:8080"
|
||||||
|
|
||||||
device-registry:
|
device-registry:
|
||||||
image: hlaeja-device-registry:0.1.0
|
image: hlaeja-device-registry:0.2.0
|
||||||
container_name: DeviceRegistry
|
container_name: DeviceRegistry
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
@@ -39,7 +39,7 @@ services:
|
|||||||
# - ./keys/identity_private_key.pem:/app/resources/keys/private_key.pem
|
# - ./keys/identity_private_key.pem:/app/resources/keys/private_key.pem
|
||||||
|
|
||||||
device-api:
|
device-api:
|
||||||
image: hlaeja-device-api:0.1.0
|
image: hlaeja-device-api:0.2.0
|
||||||
container_name: DeviceApi
|
container_name: DeviceApi
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
Reference in New Issue
Block a user