Self Checks
Dify version
main
Cloud or Self Hosted
Self Hosted (Source)
Steps to reproduce
Execute docker compose --env-file middleware.env -f docker-compose.middleware.yaml -p dify up -d
In #28188 , only the .env.example file includes the COMPOSE_PROFILES=${DB_TYPE:-postgresql} parameter.
This prevents middleware.env from reading the correct profile parameters, resulting in the database container failing to be pulled.
✔️ Expected Behavior
All middleware containers should start normally.
❌ Actual Behavior
The database container has not been pulled.