mirror of
https://github.com/kossakovsky/n8n-install.git
synced 2026-04-26 01:16:56 +00:00
Update service dependencies in docker-compose.yml
- Renamed service dependencies for PostgreSQL and Redis to align with updated naming conventions. - Ensured that service health checks are maintained for proper startup order and reliability.
This commit is contained in:
@@ -656,9 +656,9 @@ services:
|
||||
- postiz-config:/config/
|
||||
- postiz-uploads:/uploads/
|
||||
depends_on:
|
||||
postiz-postgres:
|
||||
postgres:
|
||||
condition: service_healthy
|
||||
postiz-redis:
|
||||
redis:
|
||||
condition: service_healthy
|
||||
|
||||
comfyui:
|
||||
|
||||
Reference in New Issue
Block a user