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:

View File

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

View File

@@ -50,8 +50,6 @@ services:
- 'SPRING_RABBITMQ_HOST=rabbitmq'
- 'SPRING_RABBITMQ_USERNAME=guest'
- 'SPRING_RABBITMQ_PASSWORD=guest'
volumes:
- artifactrepo:/app/artifactrepo
restart: always
ports:
- "8080:8080"
@@ -60,6 +58,8 @@ services:
condition: service_healthy
labels:
NAME: "hawkbit"
volumes:
- artifactrepo:/app/artifactrepo
volumes:
artifactrepo:

View File

@@ -26,8 +26,6 @@ services:
- 'SPRING_RABBITMQ_HOST=rabbitmq'
- 'SPRING_RABBITMQ_USERNAME=guest'
- 'SPRING_RABBITMQ_PASSWORD=guest'
volumes:
- artifactrepo:/app/artifactrepo
restart: always
ports:
- "8080:8080"
@@ -36,6 +34,8 @@ services:
condition: service_healthy
labels:
NAME: "hawkbit"
volumes:
- artifactrepo:/app/artifactrepo
volumes:
artifactrepo:

View File

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

View File

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

View File

@@ -52,8 +52,6 @@ services:
- 'SPRING_RABBITMQ_HOST=rabbitmq'
- 'SPRING_RABBITMQ_USERNAME=guest'
- 'SPRING_RABBITMQ_PASSWORD=guest'
volumes:
- artifactrepo:/app/artifactrepo
restart: always
ports:
- "8080:8080"
@@ -62,6 +60,8 @@ services:
condition: service_healthy
labels:
NAME: "hawkbit"
volumes:
- artifactrepo:/app/artifactrepo
volumes:
artifactrepo:

View File

@@ -27,8 +27,6 @@ services:
- 'SPRING_RABBITMQ_HOST=rabbitmq'
- 'SPRING_RABBITMQ_USERNAME=guest'
- 'SPRING_RABBITMQ_PASSWORD=guest'
volumes:
- artifactrepo:/app/artifactrepo
restart: always
ports:
- "8080:8080"
@@ -37,6 +35,8 @@ services:
condition: service_healthy
labels:
NAME: "hawkbit"
volumes:
- artifactrepo:/app/artifactrepo
volumes:
artifactrepo: