fix: docker_compose_domains + worker depends_on crm-app healthy

This commit is contained in:
Agent Zero
2026-08-05 22:18:12 +02:00
parent c278597757
commit 2d25dc35e0
2 changed files with 20 additions and 2 deletions
+2
View File
@@ -84,6 +84,8 @@ services:
condition: service_healthy
redis:
condition: service_healthy
crm-app:
condition: service_healthy
entrypoint: ["/app/worker.sh"]
environment:
DATABASE_URL: ${WORKER_DATABASE_URL:-postgresql+asyncpg://crm_worker:${DB_PASSWORD}@postgres:5432/${POSTGRES_DB:-crm_db}}