mirror of
https://github.com/miniflux/v2.git
synced 2025-07-27 17:28:38 +00:00
Bring back the health check condition to depends_on
This commit is contained in:
parent
db7a4ae7e9
commit
20c4cb770e
3 changed files with 6 additions and 3 deletions
|
@ -6,7 +6,8 @@ services:
|
|||
ports:
|
||||
- "80:8080"
|
||||
depends_on:
|
||||
- db
|
||||
db:
|
||||
condition: service_healthy
|
||||
environment:
|
||||
- DATABASE_URL=postgres://miniflux:secret@db/miniflux?sslmode=disable
|
||||
- RUN_MIGRATIONS=1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue