diff --git a/docker-compose.yml b/docker-compose.yml index a6597e9d..8b8a31c9 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -229,6 +229,7 @@ services: PORT: "8000" EVO_AI_CRM_URL: http://evo-crm:3000 CORE_SERVICE_URL: http://evo-core:5555/api/v1 + EVO_AUTH_BASE_URL: http://evo-auth:3001 volumes: - processor_logs:/app/logs depends_on: @@ -236,6 +237,8 @@ services: condition: service_healthy redis: condition: service_healthy + evo-auth: + condition: service_healthy healthcheck: test: ["CMD", "curl", "-f", "http://localhost:8000/health"] interval: 30s