Configure www service to wait for db service to be healthy instead of only started #758

This commit is contained in:
wotnak 2023-12-21 11:47:49 +01:00 committed by Michael Stenta
parent 1773a2eae5
commit a2bd7136cf
1 changed files with 2 additions and 1 deletions

View File

@ -22,4 +22,5 @@ services:
www:
depends_on:
- db
db:
condition: service_healthy