mirror of
https://github.com/maxdorninger/MediaManager.git
synced 2026-04-17 15:13:24 +02:00
add health check dependency for database service in docker-compose files
This commit is contained in:
@@ -12,6 +12,9 @@ services:
|
||||
- ./config/:/app/config/
|
||||
# Image folder
|
||||
- ./images/:/data/images/
|
||||
depends_on:
|
||||
db:
|
||||
condition: service_healthy
|
||||
db:
|
||||
image: postgres:17
|
||||
restart: unless-stopped
|
||||
|
||||
Reference in New Issue
Block a user