Fix #2928 - add ddi containers volume (#2935)

Signed-off-by: Avgustin Marinov <Avgustin.Marinov@bosch.com>
This commit is contained in:
Avgustin Marinov
2026-02-24 12:26:15 +02:00
committed by GitHub
parent 6631bf8344
commit ea9519deae
20 changed files with 37 additions and 30 deletions

View File

@@ -57,6 +57,8 @@ services:
condition: service_healthy
labels:
NAME: "hawkbit-ddi"
volumes:
- artifactrepo:/app/artifactrepo
# ---------------------
# HawkBit DMF
@@ -90,8 +92,6 @@ services:
- 'SPRING_RABBITMQ_HOST=rabbitmq'
- 'SPRING_RABBITMQ_USERNAME=guest'
- 'SPRING_RABBITMQ_PASSWORD=guest'
volumes:
- artifactrepo:/app/artifactrepo
restart: always
ports:
- "8080:8080"
@@ -100,6 +100,8 @@ services:
condition: service_healthy
labels:
NAME: "hawkbit-mgmt"
volumes:
- artifactrepo:/app/artifactrepo
volumes:
artifactrepo: