Add healthcheck as condition for app

This commit is contained in:
Benjamin Brummer
2025-09-26 15:17:44 +02:00
parent bafea492a9
commit 32e59e289b
3 changed files with 2 additions and 3 deletions

View File

@@ -40,7 +40,8 @@ services:
networks:
- app-network
depends_on:
- app
app:
condition: service_healthy
logging: *default-logging
mysql:

View File

@@ -1 +0,0 @@

View File

@@ -1 +0,0 @@