hawkbit docker containers made to wait for mysql (#1498)

Signed-off-by: Marinov Avgustin <Avgustin.Marinov@bosch.com>
This commit is contained in:
Avgustin Marinov
2023-12-04 11:11:49 +02:00
committed by GitHub
parent 341e8a4a0c
commit d0bb7b61d8
3 changed files with 19 additions and 0 deletions

View File

@@ -54,6 +54,9 @@ services:
restart: always
ports:
- "8080:8080"
depends_on:
mysql:
condition: service_healthy
labels:
NAME: "hawkbit"